Levenberg |
The LevenbergMarquardtMinimizerNonAllocatingWrappedParameters type exposes the following members.
Name | Description | |
---|---|---|
FunctionTolerance |
The stopping threshold for the function value or L2 norm of the residuals.
(Inherited from NonlinearMinimizerBaseNonAllocating) | |
GradientTolerance |
The stopping threshold for infinity norm of the gradient.
(Inherited from NonlinearMinimizerBaseNonAllocating) | |
InitialMu | The scale factor for initial mu | |
IsBounded | (Inherited from NonlinearMinimizerBaseNonAllocating) | |
LowerBound |
The lower bound of the parameters.
(Inherited from NonlinearMinimizerBaseNonAllocating) | |
MaximumIterations |
The maximum number of iterations. If null, the maximal number of iterations is determined automatically.
(Inherited from NonlinearMinimizerBaseNonAllocating) | |
MinimalRSSImprovement |
Gets or sets the minimal RSS improvement.
(Inherited from NonlinearMinimizerBaseNonAllocating) | |
ParameterScaleUpdatePeriod | Gets or sets the number of iterations after which the parameter scale is updated (if no user provided scale was set). The default value is 1, that means the parameter scale is updated in each iteration. Set the value to int.MaximumValue if no scale update is neccessary. | |
Scales |
The scale factors for the parameters.
(Inherited from NonlinearMinimizerBaseNonAllocating) | |
StepTolerance |
The stopping threshold for L2 norm of the change of the parameters.
(Inherited from NonlinearMinimizerBaseNonAllocating) | |
UpperBound |
The upper bound of the parameters.
(Inherited from NonlinearMinimizerBaseNonAllocating) |