-
Hi, I am using Ipopt to solve a NLP problem, and would like to use the solution from previous cycle to warm start the next cycle. I did some research and it looks like I just need to do |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Setting
So Please check your code again. |
Beta Was this translation helpful? Give feedback.
Setting
warm_start_init_point
toyes
should be sufficient.If I add an ipopt.opt with
warm_start_init_point yes
and run the hs071_cpp example, I getSo
init_z
seems to be true.Please check your code again.