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.
I agree. This should really be moved to the actual ipopt solver instead of a wrapper function.
From: Bethany Nicholson <[email protected]>
Reply-To: Pyomo/pyomo <[email protected]>
Date: Monday, October 22, 2018 at 4:27 PM
To: Pyomo/pyomo <[email protected]>
Cc: Subscribed <[email protected]>
Subject: [EXTERNAL] [Pyomo/pyomo] Promote ipopt_solver_wrapper to a general utility (#728)
In #706<#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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#728>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ARqW0uTiCtsRUACmn9Ix2TrOM_NFQjegks5unjg1gaJpZM4X0PPU>.
Uh oh!
There was an error while loading. Please reload this page.
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/main/pyomo/contrib/parmest/utils/ipopt_solver_wrapper.py
The text was updated successfully, but these errors were encountered: