Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPOPT options #11

Closed
jbensabat opened this issue Apr 5, 2018 · 1 comment
Closed

IPOPT options #11

jbensabat opened this issue Apr 5, 2018 · 1 comment
Labels

Comments

@jbensabat
Copy link

Hello
I am using IFOPT to run IPOPT (defining a problem and solving it). I see that there seem to be no methods for changing the IPOPT options (max cpu time, linear solver, max iterations, convergence criteria etc.).
could you please provide guidance on how to do that
best
jac

@awinkler
Copy link
Member

awinkler commented Apr 5, 2018

Hi Jacob,

You can set specific IPOPT solver options in this function:

IpoptAdapter::SetOptions (Ipopt::SmartPtr<Ipopt::IpoptApplication> ipopt_app_)

Best
Alex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants