Click or drag to resize

EndCriteriaCheckIterations Method

Checks whether the maximum iteration count has been reached.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool CheckIterations()

Return Value

Boolean
if the criterion is met; otherwise, .
Remarks
If the iteration count is equal to or greater than the maximum number of iterations, the ending criterion is set to CriteriaType.MaximumIteration and the method returns .
See Also