LeastSquaresOptimizer.NumberOfFunctions Property

Gets or sets the number of functions in the problem.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int NumberOfFunctions { get; set; }

Property Value

Int32

Remarks

The objective function of the minimization problem is the sum of the squares of the values of these functions.

See Also