You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 likepyomo/util
orpyomo/solvers
.See the wrapper here: https://github.com/Pyomo/pyomo/blob/master/pyomo/contrib/parmest/ipopt_solver_wrapper.py
The text was updated successfully, but these errors were encountered: