![]() | Modified |
The ModifiedLevenbergMarquardtMinimizer type exposes the following members.
Name | Description | |
---|---|---|
![]() | FinalResidual | Gets the final L2 norm, or residual, of the function being minimized. |
![]() | GradientTolerance | Gets and sets the gradient tolerance. 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. |
![]() | InitialResidual | Gets the residual associated with the starting point. |
![]() | Iterations | Gets the number of iterations performed. |
![]() | MaxIterations | Gets and sets the maximum number of iterations to perform. |
![]() | MaxIterationsMet | Returns true if the minimum just computed stopped because the maximum number of iterations was reached; otherwise, false. |