EndCriteriaCheckHessianEpsilon Method |
Check if the norm of the hessian is less than the hessian epsilon
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool CheckHessianEpsilon(
double normDiff
)
Parameters
- normDiff Double
[Missing <param name="normDiff"/> documentation for "M:Altaxo.Calc.Optimization.EndCriteria.CheckHessianEpsilon(System.Double)"]
Return Value
Boolean[Missing <returns> documentation for "M:Altaxo.Calc.Optimization.EndCriteria.CheckHessianEpsilon(System.Double)"]
Remarks
If the norm of the hessian is less than the gradient epsilon then the ending criteria is set
to CriteriaType.HessianEpsilon and the function returns true;
See Also