Managed Iterative Algorithm<T, TError, TReport>.Iterations Needed Property
Gets the number of iterations needed by the
algorithm to reach the desired accuracy.
Definition
Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A number less than or equal to MaxIterations.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public int IterationsNeeded { get; }
Property Value
Int32A number less than or equal to MaxIterations.
Remarks
This value is useful primarily when comparing different runs of the same algorithm. It may not be meaningful when comparing different algorithms because the work performed in an iteration of each algorithm may be completely different.