Click or drag to resize

EndCriteriaCheckFunctionEvaluations Method

Check if the number of function evaluations is less than the maximum

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

Return Value

Boolean

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

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