Gets the number of iterations actually performed at each step in the annealing history.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int[] Iterations { get; }
Visual Basic (Declaration)
Public ReadOnly Property Iterations As Integer()
Visual C++
public:
property array<int>^ Iterations {
	array<int>^ get ();
}

See Also