LeastSquaresOptimizer.NumberOfFunctions Property

Gets or sets the number of functions in the problem.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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