Solution Report<T, TError>.Evaluations Needed Property
Gets the number of times the target or objective function was called by the algorithm.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public int EvaluationsNeeded { get; }
Property Value
Int32Remarks
This number does not include evaluations needed for the numerical approximation of derivates and gradients.