Bounded Quasi Newton Optimizer.Upper Bounds Property
Gets or sets the upper bounds for the solution.
Definition
Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<double> UpperBounds { get; set; }
Property Value
Vector<Double>Remarks
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.