Click or drag to resize
MinConNLPScalingBound Property
The scaling bound for the internal automatic scaling of the objective function.

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

Property Value

Type: Double
A double scalar value specifying the scaling variable for the problem function.
Exceptions
ExceptionCondition
ArgumentException is thrown if ScalingBound is less than or equal to 0.0
Remarks
By default, ScalingBound is set to 1.0e4.
See Also