Replies: 1 comment 1 reply
-
CppAD::ipopt::solve does not have a warm start option. I suggest you consider using It has a warm start option |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm currently using CppAD along with Ipopt for my MPC project and it works well. Next, I want to explore warm start settings of Ipopt in CppAD in order to reduce the computation time cost. However, I followed some blogs to try it out but got errors on my machine. Detailed information is given as follows. Can you offer some help?
Blogs & Docs I followed
CppAD::ipopt::solve
and some CppAD header files, it looks like there is no support for Ipopt warm start settings (e.g. I can't find interface to tell the Ipopt solver about Lagrange multiplierszl
,zu
,lambda
in the last run).Basic information
mumps
)Run
run
CppAD::Ipopt::solve
twice, the only difference is options.Error information for the second run:
Detailed Information
Beta Was this translation helpful? Give feedback.
All reactions