BoundedQuasiNewtonOptimizer.LowerBounds Property

Gets or sets the vector of lower bounds for the solution.

DefinitionPermalink

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public Vector<double> LowerBounds { get; set; }

Property ValuePermalink

Vector<Double>

RemarksPermalink

The vector must have the same number of components as the dimension of the problem. To indicate that a parameter has no lower bound, use NegativeInfinity.

See AlsoPermalink