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
IPOPT now returns Lagrange multpliers using the same sign convention as SNOPT. (#416)
* Restored lagrange multipliers in the string representation of the solution.
Added lagrange multipliers to IPOPT's output. Note that in the call to _createSolution we negate the multiplier values so that they are consistent with those returned by SNOPT.
My understanding is that this is a matter of convention (due to the internal representations of the problems in the two optimizers).
* added ParOpt to optimizers which check lambdas
* ran black on test_hs071.py
* Reverted IPOPT to return is Lagrange multipliers unchanged.
* formatting and comment for posterity
---------
Co-authored-by: Marco Mangano <mmangano@umich.edu>
0 commit comments