Population Based Optimizer<TPopulation, TCandidate>.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.1.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
public int Dimensions { get; protected set; }
Property Value
Int32Remarks
This property equals the number of parameters of the objective function.