Click or drag to resize

EndCriteriaCheckGradientCriteria Method

Checks whether any gradient-related ending criteria are met.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool CheckGradientCriteria(
	double normgold,
	double normgnew
)

Parameters

normgold  Double
The previous gradient norm.
normgnew  Double
The current gradient norm.

Return Value

Boolean
if optimization should continue; otherwise, .
Remarks
Returns if optimization should continue; otherwise, returns .
See Also