Click or drag to resize

LevenbergMarquardtMinimizer Properties

The LevenbergMarquardtMinimizer type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberDefaultMaxIterations Gets and sets the default maximum number of iterations.
Public propertyStatic memberDefaultTau Gets and sets the default value of tau.
Public propertyStatic memberDefaultTolerance Gets and sets the default error tolerance.
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 when the infinity norm of the gradient used in calculating the next step falls below this value.
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.
Public propertySolutionDeltaTolerance Gets and sets the solution tolerance. Iteration will stop when the L2 norm of the step size falls below this value.
Public propertyTau Gets and sets the value of tau.
Top
See Also