Click or drag to resize

DownhillSimplexMinimizerMinimize Method

Overload List
 NameDescription
Public methodMinimize(DoubleFunctional, DoubleMatrix) Minimizes the given function using the starting simplex.
Public methodMinimize(DoubleFunctional, DoubleVector) Minimizes the given function near the given starting point.
Public methodMinimize(MultiVariableFunction, DoubleMatrix)Obsolete.
Minimizes the given function using the starting simplex.
Public methodMinimize(MultiVariableFunction, DoubleVector)Obsolete.
Minimizes the given function near the given starting point.
Public methodMinimize(DoubleFunctional, DoubleVector, DoubleVector) Minimizes the given function near the given starting point.
Public methodMinimize(DoubleFunctional, DoubleVector, Double) Minimizes the given function near the given starting point.
Public methodMinimize(MultiVariableFunction, DoubleVector, DoubleVector)Obsolete.
Minimizes the given function near the given starting point.
Public methodMinimize(MultiVariableFunction, DoubleVector, Double)Obsolete.
Minimizes the given function near the given starting point.
Top
See Also