EndCriteriaCheckHessianEvaluations Method |
Check if the number of hessian evaluations is less than the maximum
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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