EndCriteriaCheckCriteria Method |
Checks whether any ending criteria are met.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic bool CheckCriteria(
double fold,
double fnew
)
Parameters
- fold Double
- The previous objective function value.
- fnew Double
- The current objective function value.
Return Value
Boolean if optimization should continue; otherwise,
.
RemarksReturns if optimization should continue; otherwise, returns .
See Also