Replies: 5 comments 3 replies
-
Are you using the interface described under options on ? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I have not used accceptable_obj_change_tol or acceptable_iter. What does your optimizer trace look like when you set the print_level to 5 ? |
Beta Was this translation helpful? Give feedback.
-
It should look like this: Number of nonzeros in equality constraint Jacobian...: 0 Total number of variables............................: 121 iter objective inf_pr inf_du lg(mu) ||d|| lg(rg) alpha_du alpha_pr ls I am interested in the inf_pr and inf_du values. |
Beta Was this translation helpful? Give feedback.
-
perhaps it would be best if you e-mail me an entire trace at [email protected] |
Beta Was this translation helpful? Give feedback.
-
When tinkering with Ipopt options, I tried to adjust "acceptable_obj_change_tol" to terminate the program when the objective didn't improve much.
However, no matter set to 1e5000 or 1e-5000, with
acceptable_iter
set to 1, the iteration number of my program didn't change.Then, I tried to append a nonsense option and it didn't give error message.
I wonder if
acceptable_obj_change_tol
and possibly other options are supported by CppAD or not. If so, how should I use this threshold correctly to stop the program earlier.Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions