Skip to content

Surprising value of inf_du when warm-starting. #558

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

You must be logged in to vote

The Julia interface builds on the C interface, which again builds on the C++ interface. So there is some complexity.
Thus, please first check that the dual solution correctly arrives in Ipopt.

If you set print_level to 8 or higher, then from the first solve, you should get an output like

EXIT: Maximum Number of Iterations Exceeded.
DenseVector "final x unscaled" with 4 elements:
final x unscaled[    1]= 1.1439022675208854e+00
final x unscaled[    2]= 4.3840147530718321e+00
final x unscaled[    3]= 4.3454200666146274e+00
final x unscaled[    4]= 1.1567941245346034e+00
DenseVector "final y_c unscaled" with 1 elements:
final y_c unscaled[    1]=-4.8469599878400366e-01
DenseVector "final y_d …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@forrestlaine
Comment options

@forrestlaine
Comment options

@svigerske
Comment options

@forrestlaine
Comment options

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