The scaling bound for the internal automatic scaling of the
objective function.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double ScalingBound { get; set; } |
Visual Basic (Declaration) |
---|
Public Property ScalingBound As Double |
Visual C++ |
---|
public: property double ScalingBound { double get (); void set (double value); } |
Field Value
A double scalar value specifying the scaling variable for the problem function.
Remarks
By default, ScalingBound is set to 1.0e4.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | is thrown if ScalingBound is less than or equal to 0.0 |