Click or drag to resize

NonlinearMinimizerBaseNonAllocatingDefaultGradientTolerance Field

The default gradient tolerance. Since the gradient tolerance is an absolute value and thus depends on the scale of the y-values, and the scale of the parameters, its default value is zero.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public const double DefaultGradientTolerance = 0

Field Value

Double
See Also