Least Squares Optimizer.Number Of Functions 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int NumberOfFunctions { get; set; }
Property Value
Int32Remarks
The objective function of the minimization problem is the sum of the squares of the values of these functions.