IMSL C# Numerical Library

MinConNLP.BoundViolationBound Property

The amount by which bounds may be violated during numerical differentiation.

public double BoundViolationBound {get; set;}

Property Value

A double scalar value specifying the amount by which bounds may be violated during numerical differentiation.

Remarks

By default, BoundViolationBound is set to 1.0.

Exceptions

Exception Type Condition
ArgumentException is thrown if BoundViolationBound is set to a value less than or equal to 0.0

See Also

MinConNLP Class | Imsl.Math Namespace