EndCriteriaCheckFunctionEpsilon Method |
Checks whether the objective function value is less than the function epsilon.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic bool CheckFunctionEpsilon(
double f
)
Parameters
- f Double
- The objective function value.
Return Value
Boolean if the criterion is met; otherwise,
.
Remarks
If the objective function value is less than the function epsilon, the ending criterion is set to
CriteriaType.FunctionEpsilon and the method returns .
See Also