MinConNLPScalingBound Property |
The scaling bound for the internal automatic scaling of the
objective function.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double ScalingBound { get; set; }
Public Property ScalingBound As Double
Get
Set
public:
property double ScalingBound {
double get ();
void set (double value);
}
member ScalingBound : float with get, set
Property Value
Type:
Double
A
double scalar value specifying the scaling variable for the
problem function.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown if ScalingBound is less than or equal to 0.0
|
Remarks
By default, ScalingBound is set to 1.0e4.
See Also