MinConNLPGradientPrecision Property |
The relative precision in gradients.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double GradientPrecision { get; set; }
Public Property GradientPrecision As Double
Get
Set
public:
property double GradientPrecision {
double get ();
void set (double value);
}
member GradientPrecision : float with get, set
Property Value
Type:
Double
A
double scalar value specifying the relative precision in
gradients.
Exceptions Remarks
By default, GradientPrecision is set to 2.2e-16.
See Also