https://github.com/snopt/snopt-matlab
Matlab interface for sparse nonlinear optimizer SNOPT
https://github.com/snopt/snopt-matlab
matlab nlp nonlinear-optimization snopt
Last synced: 4 months ago
JSON representation
Matlab interface for sparse nonlinear optimizer SNOPT
- Host: GitHub
- URL: https://github.com/snopt/snopt-matlab
- Owner: snopt
- License: mit
- Created: 2014-10-20T21:10:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T20:05:37.000Z (over 4 years ago)
- Last Synced: 2025-08-01T00:30:49.014Z (11 months ago)
- Topics: matlab, nlp, nonlinear-optimization, snopt
- Language: MATLAB
- Homepage:
- Size: 204 KB
- Stars: 57
- Watchers: 8
- Forks: 24
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
snopt-matlab (version 3.0)
=========================
This is version 3.0 of the Matlab interface for sparse nonlinear optimization software SNOPT.
Requires the SNOPT software package.
Changes from version 2.5:
* all-in-one calls to SNOPT (for NLPs) and SQOPT (for LPs and QPs)
* new options handling
* specifiy print, summary output via options structure
* linear and nonlinear Jacobian structure in SNOPT can be defined in structs or as matrices
Documentation for the Matlab interface available here.