IMSL C# Numerical Library

MinConNLP.GradientPrecision Property

The relative precision in gradients.

public double GradientPrecision {get; set;}

Property Value

A double scalar value specifying the relative precision in gradients.

Remarks

By default, GradientPrecision is set to 2.2e-16.

Exceptions

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

See Also

MinConNLP Class | Imsl.Math Namespace