EndCriteriaCheckGradientCriteria Method |
Checks whether any gradient-related ending criteria are met.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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,
.
RemarksReturns if optimization should continue; otherwise, returns .
See Also