SolutionReport<T, TError>.EvaluationsNeeded 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.0
C#
public int EvaluationsNeeded { get; }

Property Value

Int32

Remarks

This number does not include evaluations needed for the numerical approximation of derivates and gradients.

See Also