Skip to content

Infeasibility while cascading optimal control problems #606

Answered by svigerske
GNHoysal asked this question in Q&A
Discussion options

You must be logged in to vote

Ipopt usually declares a problem is (locally) infeasible if the feasibility restoration phase did not succeed to find a feasible point. In this phase, the norm of the constraint violations is minimized (see Ipopt implementation paper).
If solving the restoration phase problem fails due to numerical issues, and infeasibility was already small, then Ipopt may declare the problem as locally infeasible. You would need to look into the detailed log to see whether that happened. Option resto_failure_feasibility_threshold can be used to influence this.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by svigerske
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants