Click or drag to resize

TrustRegionMinimizerMinimize Method

Overload List
 NameDescription
Public methodMinimize(DoubleMultiVariableFunction, DoubleVector) Minimizes the given function near the given starting point.
Public methodMinimize(FuncDoubleVector, DoubleVector, DoubleVector, Int32) Minimizes the given function near the given starting point.
Public methodMinimize(FuncDouble, Double, DoubleVector, Int32) Minimizes the given function near the given starting point.
Public methodMinimize(DoubleMultiVariableFunction, DoubleVector, DoubleVector, DoubleVector) Minimizes the given function near the given starting point, within the specified contraints.
Public methodMinimize(FuncDoubleVector, DoubleVector, DoubleVector, Int32, FuncDoubleVector, DoubleVector) Minimizes the given function near the given starting point, using the given array of partial derivatives.
Public methodMinimize(FuncDouble, Double, DoubleVector, Int32, FuncDouble, Double) Minimizes the given function near the given starting point, using the given array of partial derivatives.
Public methodMinimize(FuncDoubleVector, DoubleVector, DoubleVector, Int32, DoubleVector, DoubleVector) Minimizes the given function near the given starting point, within the specified contraints.
Public methodMinimize(FuncDouble, Double, DoubleVector, Int32, DoubleVector, DoubleVector) Minimizes the given function near the given starting point, within the specified contraints.
Public methodMinimize(FuncDoubleVector, DoubleVector, DoubleVector, Int32, FuncDoubleVector, DoubleVector, DoubleVector, DoubleVector) Minimizes the given function near the given starting point, within the specified contraints, and using the given array of partial derivatives.
Public methodMinimize(FuncDouble, Double, DoubleVector, Int32, FuncDouble, Double, DoubleVector, DoubleVector) Minimizes the given function near the given starting point, within the specified contraints, and using the given array of partial derivatives.
Top
See Also