SNOPT

SNOPT is a widely used large-scale optimizer for difficult large-scale nonlinear problems. It incorporates proven methods that have wide applicability and are especially effective for nonlinear problems whose functions and gradients are expensive to evaluate.

[Read More] [Options] [Changes] [Download SNOPT]

How to use it

ampl: option solver snopt; # change the solver
ampl: option snopt_options 'option1=value1 option2=value2'; # specify options
ampl: solve; # solve the problem

Options

Full list of solver options:

Changelog