QuickNonlinearRegressionWrappedParametersGradientTolerance Property |
Gets or sets the stopping threshold for the infinity norm of the relative gradient.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double GradientTolerance { get; set; }Property Value
Double
Remarks
The relative gradient is the gradient divided by the parameter value.
See Also