Gets or sets the number of dimensions of the optimization problem.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int Dimensions { get; set; }
Public Property Dimensions As Integer
Get
Set
public:
property int Dimensions {
int get ();
void set (int value);
}
member Dimensions : int with get, set
Property Value
Type:
Int32
This property equals the number of parameters of the objective function.
Reference