Click or drag to resize

ModifiedLevenbergMarquardtMinimizer Methods

The ModifiedLevenbergMarquardtMinimizer type exposes the following members.

Methods
 NameDescription
Public methodClone Returns a deep copy of self.
Public methodMinimize(DoubleMultiVariableFunction, DoubleVector) Minimizes the L2 norm of the given function near the given starting point.
Public methodMinimize(DoubleMultiVariableFunction, DoubleVector, Double) Minimizes the L2 norm of the given function near the given starting point.
Public methodSetAllTolerances Sets the gradient tolerance to the given value. Iteration will stop ||Jk'*Fk|| is less than gradientTolerance, where Jk is value of the Jacobian at the kth iterate and Fk is the value of the objective function at the kth iterate.
Top
See Also