Click or drag to resize

ModifiedLevenbergMarquardtMinimizer Properties

The ModifiedLevenbergMarquardtMinimizer type exposes the following members.

Properties
 NameDescription
Public propertyFinalResidual Gets the final L2 norm, or residual, of the function being minimized.
Public propertyGradientTolerance 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.
Public propertyInitialResidual Gets the residual associated with the starting point.
Public propertyIterations Gets the number of iterations performed.
Public propertyMaxIterations Gets and sets the maximum number of iterations to perform.
Public propertyMaxIterationsMet Returns true if the minimum just computed stopped because the maximum number of iterations was reached; otherwise, false.
Top
See Also