Click or drag to resize
MinConNLPGradientPrecision Property
The relative precision in gradients.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double GradientPrecision { get; set; }

Property Value

Type: Double
A double scalar value specifying the relative precision in gradients.
Exceptions
ExceptionCondition
ArgumentException is thrown if less than or equal to 0.0
Remarks
By default, GradientPrecision is set to 2.2e-16.
See Also