|
SubplexLowerBounds Property
|
Gets the lower bounds that should be respected in this
optimization problem. Default is to initialize this vector
with NegativeInfinity.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public double[] LowerBounds { get; }
Public ReadOnly Property LowerBounds As Double()
Get
Request Example
View SourceProperty Value
Type:
DoubleSee Also