SolutionReport<T, TError>.EvaluationsNeeded 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#
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