Click or drag to resize
MinConNLPBoundViolationBound Property
The amount by which bounds may be violated during numerical differentiation.

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

Property Value

Type: Double
A double scalar value specifying the amount by which bounds may be violated during numerical differentiation.
Exceptions
ExceptionCondition
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