Decreasing the number of iteration after evaluation error #901
benoitpaillard
started this conversation in
General
Replies: 1 comment
-
|
If you use IPOPT, you may see "Cutting back alpha" in opt_IPOPT.txt. It means that the default step size in the line search fails and the optimizer is reducing the step size. It should not be related to max iterations of the optimizer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I noticed that when the tolerance is not reached during shape optimization, we get 'Cutting back alpha', and the optimizer will keep trying 50 times by halving alpha each time. Is there any way to control this number ? I'd like to be able to stop at 5 or 10 tries.
thanks !!
Beta Was this translation helpful? Give feedback.
All reactions