Click or drag to resize

EndCriteriaCheckGradientEpsilon Method

Check if the norm of the gradient is less than the gradient epsilon

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

Parameters

normDiff  Double

[Missing <param name="normDiff"/> documentation for "M:Altaxo.Calc.Optimization.EndCriteria.CheckGradientEpsilon(System.Double)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Calc.Optimization.EndCriteria.CheckGradientEpsilon(System.Double)"]

Remarks
If the norm of the gradient is less than the gradient epsilon then the ending criteria is set to CriteriaType.GradientEpsilon and the function returns true;
See Also