IMSL C# Numerical Library

NonlinLeastSquares.GradientTolerance Property

The gradient tolerance used to compute the gradient.

public double GradientTolerance {get; set;}

Property Value

A double specifying the gradient tolerance used to compute the gradient.

Remarks

By default, the cube root of machine precision squared is used to compute the gradient.

Exceptions

Exception Type Condition
ArgumentException is thrown if GradientTolerance is less than or equal to 0

See Also

NonlinLeastSquares Class | Imsl.Math Namespace