Click or drag to resize

EndCriteriaCheckHessianEpsilon Method

Checks whether the norm of the Hessian is less than the Hessian epsilon.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool CheckHessianEpsilon(
	double normDiff
)

Parameters

normDiff  Double
The Hessian norm (or a measure of the Hessian magnitude).

Return Value

Boolean
if the criterion is met; otherwise, .
Remarks
If the Hessian norm is less than the Hessian epsilon, the ending criterion is set to CriteriaType.HessianEpsilon and the method returns .
See Also