Click or drag to resize

LevenbergMarquardtMinimizer Properties

The LevenbergMarquardtMinimizer type exposes the following members.

Properties
 NameDescription
Public propertyFunctionTolerance The stopping threshold for the function value or L2 norm of the residuals.
(Inherited from NonlinearMinimizerBase)
Public propertyGradientTolerance The stopping threshold for infinity norm of the gradient.
(Inherited from NonlinearMinimizerBase)
Public propertyInitialMu The scale factor for initial mu
Public propertyLowerBound The lower bound of the parameters.
(Inherited from NonlinearMinimizerBase)
Public propertyMaximumIterations The maximum number of iterations.
(Inherited from NonlinearMinimizerBase)
Public propertyScales The scale factors for the parameters.
(Inherited from NonlinearMinimizerBase)
Public propertyStepTolerance The stopping threshold for L2 norm of the change of the parameters.
(Inherited from NonlinearMinimizerBase)
Public propertyUpperBound The upper bound of the parameters.
(Inherited from NonlinearMinimizerBase)
Top
See Also