Levenberg |
The LevenbergMarquardtMinimizer type exposes the following members.
Name | Description | |
---|---|---|
FunctionTolerance |
The stopping threshold for the function value or L2 norm of the residuals.
(Inherited from NonlinearMinimizerBase) | |
GradientTolerance |
The stopping threshold for infinity norm of the gradient.
(Inherited from NonlinearMinimizerBase) | |
InitialMu | The scale factor for initial mu | |
LowerBound |
The lower bound of the parameters.
(Inherited from NonlinearMinimizerBase) | |
MaximumIterations |
The maximum number of iterations.
(Inherited from NonlinearMinimizerBase) | |
Scales |
The scale factors for the parameters.
(Inherited from NonlinearMinimizerBase) | |
StepTolerance |
The stopping threshold for L2 norm of the change of the parameters.
(Inherited from NonlinearMinimizerBase) | |
UpperBound |
The upper bound of the parameters.
(Inherited from NonlinearMinimizerBase) |