Gets the number of maximum iterations 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[] MaximumIterations { get; }
Visual Basic (Declaration)
Public ReadOnly Property MaximumIterations As Integer()
Visual C++
public:
property array<int>^ MaximumIterations {
	array<int>^ get ();
}

See Also