- arsm
Find the constrained minimum of a real function.
- arsmoptimset
Specify the arsm optimization function options.
- fminbnd
Find the minimum of a univariate real function within an interval.
- fmincon
Find the constrained minimum of a real function.
- fminsearch
Find the unconstrained minimum of a real function using the Nelder-Mead simplex algorithm.
- fminunc
Find the unconstrained minimum of a real function.
- fsolve
Find a solution of a system of real nonlinear equations.
- fzero
Find a root of a univariate real function within an interval.
- ga
Find the constrained minimum of a real function.
- gaoptimset
Specify options for the genetic algorithm.
- grsm
Find the constrained minima of a real multi-objective function.
- grsmoptimset
Specify the grsm optimization function options.
- lsqcurvefit
Find the equation parameters that produce the least squares best fit to a data set.
- lsqlin
Find the least squares minimum of a constrained real system of linear equations.
- moga
Find constrained minima of a real multi-objective function.
- mogaoptimset
Specify moga optimization function options.
- optimset
Specify optimization function options.
- quadprog
Find the constrained minimum of a real quadratic function.
- tsp
Traveling salesman problem.
- vrpcc
Vehicle routing problem with capacity constraints.
- vrptc
Vehicle routing problem with time constraints.