Hints and Tricks #498
Replies: 2 comments
-
From the Ipopt wiki: Scaling of the optimization problemWhen you formulate your optimization problem, you should try to make it "well-scaled" to make it easier for Ipopt (or any nonlinear optimization package) to solve it. By default, Ipopt performs some very simple scaling of the problem functions, by looking at the gradients of each function evaluated at the user-provided starting point. |
Beta Was this translation helpful? Give feedback.
-
From the Ipopt wiki: Increasing robustnessIf you have trouble finding a solution with Ipopt, it might sometimes help to increase to accuracy of the computation of the search directions, which is done by solving a linear system. Other options you might want to play with if you have trouble solving a problem are: |
Beta Was this translation helpful? Give feedback.
-
This discussion is targeted to collect experience with the Ipopt algorithm and software.
For example, if you noticed that a particular choice of algorithmic parameters was able to overcome an undesired behavior that you ran into, other users might be very happy to learn about this!
Beta Was this translation helpful? Give feedback.
All reactions