Click or drag to resize

QuickNonlinearRegressionGradientTolerance Property

The stopping threshold for infinity norm of the relative gradient value. The relative gradient is the gradient divided by the parameter value.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double GradientTolerance { get; set; }

Property Value

Double
See Also