MatthewPeterKelly/OptimTraj

Add support for other NLP solvers

Open

#29 opened on Jan 22, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)MATLAB (704 stars) (219 forks)batch import
enhancementhelp wanted

Description

There are many NLP solvers that can interface with Matlab, potentially allowing users to try to solve problems using a core solver other than FMINCON. Two possible interfaces are with Knitro and SNOPT, links below:

Knitro: https://www.artelys.com/tools/knitro_doc/3_referenceManual/knitromatlabReference.html https://www.artelys.com/tools/knitro_doc/1_introduction/installation.html

SNOPT https://github.com/snopt/snopt-matlab https://ccom.ucsd.edu/~optimizers/downloads/index.php

Contributor guide

Add support for other NLP solvers · MatthewPeterKelly/OptimTraj#29 | Good First Issue