Click or drag to resize

ModifiedLevenbergMarquardtMinimizerGradientTolerance Property

Gets and sets the gradient tolerance. Iteration will stop ||Jk'*Fk|| is less than gradientTolerance, where Jk is value of the Jacobian at the kth iterate and Fk is the value of the objective function at the kth iterate.

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

Property Value

Double
See Also