BoundedQuasiNewtonOptimizer.UpperBounds Property

Gets or sets the upper bounds for the solution.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
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.

See Also