Optimization
This section contains the following topics:
Unconstrained Minimization
FMIN Function—(Univariate Function) Using function and possibly first derivative values.
MIN_UNCON_GOLDEN Function—(Univariate Function) Finds the minimum point of a nonsmooth function of a single variable using the golden section search method.
Linearly Constrained Minimization
LINEAR_PROGRAMMING Function—Minimizes the Euclidean scalar product <
c,
x> on
Rn, for fixed
c, linear constraints
bl ≤ Ax ≤ bu, and bounds
xl ≤ x ≤ xu.
Nonlinearly Constrained Minimization