MultidimensionalOptimizer.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.0
C#
public int Dimensions { get; set; }

Property Value

Int32

Remarks

This property equals the number of parameters of the objective function.

See Also