Click or drag to resize

EndCriteriaCheckFunctionEvaluations Method

Checks whether the maximum number of function evaluations 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 CheckFunctionEvaluations()

Return Value

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