LeastSquaresOptimizer.Dimensions Property

Gets or sets the number of dimensions of the optimization problem.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int Dimensions { get; set; }

Property Value

Int32

Remarks

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

See Also