FindMinimum
searches for a local numerical minimum of
f
for the variablex
and the start valuexstart
.
searches for a local numerical minimum of
f
for the variablex
and the start valuexstart
, with one of the following method names:
searches for a local numerical minimum of the multivariate function
f
for the variablesx, y,...
and the corresponding start valuesxstart, ystart,...
.
See
Powell
Implements the Powell optimizer.
This is the default method, if no methodName
is given.
ConjugateGradient
Implements the ConjugateGradient optimizer.
This is a derivative based method and the functions must be symbolically differentiable.
SequentialQuadratic
Implements the sequentiel quadratic optimizer.
This is a derivative, multivariate based method and the functions must be symbolically differentiable.