failed optimization at low mach number 0.044 at maximization lift for single point optimization for same tutorial NACA0012 #125
Answered
by
hajdik
EngJamal2023
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
hajdik
Nov 14, 2023
Replies: 1 comment 1 reply
-
If you are maximizing a function, I believe you only need to negate it in |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
EngJamal2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are maximizing a function, I believe you only need to negate it in
objCon
. This will already affect the derivatives so you do not need to negate them incruiseFuncSens
too.