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

Promote ipopt_solver_wrapper to a general utility #728

Open
blnicho opened this issue Oct 22, 2018 · 2 comments
Open

Promote ipopt_solver_wrapper to a general utility #728

blnicho opened this issue Oct 22, 2018 · 2 comments

Comments

@blnicho
Copy link
Member

blnicho commented Oct 22, 2018

In #706 an Ipopt solver wrapper was introduced that reads the Ipopt output and returns a number of useful convergence statistics including the number of iterations, solve time, checking for regularization at the solution, etc.. I think this is a super useful utility that should be moved out of contrib/parmest to somewhere like pyomo/util or pyomo/solvers.

See the wrapper here: https://github.com/Pyomo/pyomo/blob/master/pyomo/contrib/parmest/ipopt_solver_wrapper.py

@carldlaird
Copy link
Member

carldlaird commented Oct 22, 2018 via email

@DLWoodruff
Copy link
Contributor

It would be best if this functionality was inside ipopt. Second-best would be if the wrapper was implemented as a Pyomo solver.

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

No branches or pull requests

3 participants