Click or drag to resize

EndCriteriaCheckGradientEvaluations Method

Check if the number of gradient 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 CheckGradientEvaluations()

Return Value

Boolean

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

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