![]() | Modified |
The ModifiedLevenbergMarquardtMinimizer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone | Returns a deep copy of self. |
![]() | Minimize(DoubleMultiVariableFunction, DoubleVector) | Minimizes the L2 norm of the given function near the given starting point. |
![]() | Minimize(DoubleMultiVariableFunction, DoubleVector, Double) | Minimizes the L2 norm of the given function near the given starting point. |
![]() | SetAllTolerances | 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. |