Optimizer stops after one Objective Function call #318
Unanswered
AbhijithMoni
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi Abhijith,
see the documentation to understand the structure of the history file. "1" here should be your first gradient evaluation, and your sensitivities are stored as nested dictionaries. Good luck, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to optimize an airfoil with set of different airfoil co-ordinate points that has (64, 236) features using pyoptsparse within a given bound. The objective is to reduce drag and obtain the corresponding co-ordinate points. But the optimizer stops after one obj function call. Can anyone please tell me what am I doing wrong here. I have attached the code below:
Any help is appreciated.
Many thanks
Abhijith
Beta Was this translation helpful? Give feedback.
All reactions