Gets or sets the upper bounds for the solution.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<double> UpperBounds { get; set; }
Public Property UpperBounds As Vector(Of Double)
Get
Set
public:
property Vector<double>^ UpperBounds {
Vector<double>^ get ();
void set (Vector<double>^ value);
}
member UpperBounds : Vector<float> with get, set
Property Value
Type:
VectorDouble
The vector must have the same number of components as the dimension of the problem.
To indicate that a parameter has no upper bound, use
PositiveInfinity.
Reference