Multidimensional Optimizer.Dimensions Property
Gets or sets the number of dimensions of the optimization problem.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public int Dimensions { get; set; }
Property Value
Int32Remarks
This property equals the number of parameters of the objective function.