Click or drag to resize

QuickNonlinearRegressionWrappedParametersGradientTolerance Property

Gets or sets the stopping threshold for the infinity norm of the relative gradient.

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

Property Value

Double
Remarks
The relative gradient is the gradient divided by the parameter value.
See Also