Click or drag to resize

LevenbergMarquardtMinimizerSolutionDeltaTolerance Property

Gets and sets the solution tolerance. Iteration will stop when the L2 norm of the step size falls below this value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double SolutionDeltaTolerance { get; set; }

Property Value

Double
See Also