Click or drag to resize

LevenbergMarquardtMinimizerWithConstraintsNonAllocating Properties

The LevenbergMarquardtMinimizerWithConstraintsNonAllocating type exposes the following members.

Properties
 NameDescription
Public propertyFunctionTolerance Gets or sets the stopping threshold for the function value or L2 norm of the residuals.
Public propertyGradientTolerance Gets or sets the stopping threshold for the infinity norm of the gradient.
Public propertyInitialMuGets or sets the scale factor for the initial mu.
Public propertyMaximumIterations Gets or sets the maximum number of iterations. If , the maximum number of iterations is determined automatically.
Public propertyMinimalRSSImprovement Gets or sets the minimal RSS improvement.
Public propertyParameterScaleUpdatePeriod Gets or sets the number of iterations after which the parameter scale is updated (if no user-provided scale was set). Default is 1 (update every iteration). Set to MaxValue to disable automatic scale updates.
Public propertyProjector Gets or sets the constraint projector. When , the minimizer runs unconstrained (equivalent to the original behaviour without box constraints).
Public propertyScales Gets the scale factors used for the parameters. Set automatically if not provided by the caller.
Public propertyStepTolerance Gets or sets the stopping threshold for the L2 norm of the change of the parameters.
Top
See Also