Click or drag to resize

EndCriteriaCheckIterations Method

Check if the iteration number is less than the maximum iteration

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

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Calc.Optimization.EndCriteria.CheckIterations"]

Remarks
If iteration count is equal to or greater than the maximum number of iterations then the ending criteria is set to CriteriaType.MaximumIteration and the function returns true.
See Also