IMSL C# Numerical Library

MinConNLP.ScalingBound Property

The scaling bound for the internal automatic scaling of the objective function.

public double ScalingBound {get; set;}

Property Value

A double scalar value specifying the scaling variable for the problem function.

Remarks

By default, ScalingBound is set to 1.0e4.

Exceptions

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

See Also

MinConNLP Class | Imsl.Math Namespace