Click or drag to resize

EndCriteriaCheckHessianEvaluations Method

Check if the number of hessian 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 CheckHessianEvaluations()

Return Value

Boolean

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

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