Solution Report<T, TError>.Evaluations Needed Property
Gets the number of times the target or objective function was called by the algorithm.
Definition
Namespace: Extreme.Mathematics
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 EvaluationsNeeded { get; }
Property Value
Int32Remarks
This number does not include evaluations needed for the numerical approximation of derivates and gradients.