MinConNLPBoundViolationBound Property |
The amount by which bounds may be violated during numerical
differentiation.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double BoundViolationBound { get; set; }
Public Property BoundViolationBound As Double
Get
Set
public:
property double BoundViolationBound {
double get ();
void set (double value);
}
member BoundViolationBound : float with get, set
Property Value
Type:
Double
A
double scalar value specifying the amount by which bounds
may be violated during numerical differentiation.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown if BoundViolationBound is set to a value less than or equal to 0.0
|
Remarks
By default, BoundViolationBound is set to 1.0.
See Also