Click or drag to resize

LevenbergMarquardtMinimizerGradientTolerance Property

Gets and sets the gradient tolerance. Iteration will stop when the infinity norm of the gradient used in calculating the next step falls below this value.

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

Property Value

Double
See Also