You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running a project using Ipopt, and sometimes it gives us a result that is acceptable for us, but Ipopt considers it to be infeasible or it reaches the maximum number of iterations.
We've tried adjusting the values of several Ipopt options, including the tolerance values (tol, acceptable_tol, acceptable_constr_viol_tol, and constr_viol_tol) along with bound_relax_factor, bound_push, expect_infeasible_problem, required_infeasibility_reduction, and resto_penalty_parameter, but none of them have fixed the issue.
Does anyone know how we can resolve this or have any suggestions? Thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running a project using Ipopt, and sometimes it gives us a result that is acceptable for us, but Ipopt considers it to be infeasible or it reaches the maximum number of iterations.
We've tried adjusting the values of several Ipopt options, including the tolerance values (tol, acceptable_tol, acceptable_constr_viol_tol, and constr_viol_tol) along with bound_relax_factor, bound_push, expect_infeasible_problem, required_infeasibility_reduction, and resto_penalty_parameter, but none of them have fixed the issue.
Does anyone know how we can resolve this or have any suggestions? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions