Click or drag to resize

TrustRegionMinimizer Methods

The TrustRegionMinimizer type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of self.
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.
Public methodSetAllTolerances Sets all the error tolerances used in computing minima estimates.
Top
See Also