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
We have a license (and Fortran source) for SNOPT. SNOPT would be a good option to have, because it is a sequential quadratic programming method (IPOPT is interior point). In my experience, SNOPT works better on highly nonlinear problems when a good initial guess is available.
A quick google search reveals three python-snopt interfaces on Github, and one in pyopt.org. Of course we need one that supports sparse matrices.
The text was updated successfully, but these errors were encountered:
This is more of a feature request.
We have a license (and Fortran source) for SNOPT. SNOPT would be a good option to have, because it is a sequential quadratic programming method (IPOPT is interior point). In my experience, SNOPT works better on highly nonlinear problems when a good initial guess is available.
A quick google search reveals three python-snopt interfaces on Github, and one in pyopt.org. Of course we need one that supports sparse matrices.
The text was updated successfully, but these errors were encountered: