Previous Up Next

6.53.3  Global extrema without using derivatives: nlpsolve

The nlpsolve command computes the optimum of a (not necessarily differentiable) nonlinear (multivariate) objective function, subject to a set of nonlinear equality and/or inequality constraints, using the COBYLA algorithm.

The input syntax for nlpsolve resembles that of Maple’s NLPSolve (entering the objective as a function (univariate case) is not supported, however).


Examples.


Previous Up Next