Is my optimization running right? #874
Replies: 3 comments 1 reply
-
|
It is possible that the numbers on the website were based on the SNOPT result, while the default optimizer you used is SLSQP. |
Beta Was this translation helpful? Give feedback.
-
|
The ITER=1 OBJ in SLSQP is actually the CD from the 2nd iteration. Check your optimization log file, and the baseline design's CD should be 0.041765362. Also, the reason SLSQP did not run for too many iterations is that it does NOT have a good mechanism to handle a poor mesh during optimization. In general, SNOPT is much more robust and can get more drag reduction. The 295 iters is a typo and has been fixed. |
Beta Was this translation helpful? Give feedback.
-
|
@haizhou0410 We are conducting a campaign to collect user feedback and improve DAFoam. Check #883. Are you available for a 30-minute Zoom meeting with our DAFoam team? If yes, please email me at [email protected]. Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I have ran the DPW4_Aircraft case, and the result opt_SLSQP.txt says as follows. It seems that the objective (CD) has been changed from 0.0417 to 0.0408 through 9 Iterations. This is different with the results on the pages, which says: the original CD was 4.1765362 and the optimized CD was 3.8138414. So what's the difference here? Could anyone tell me? Thank you!
IOUT = 60
Beta Was this translation helpful? Give feedback.
All reactions