Least Squares Optimizer.Number Of Functions 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.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.