Click or drag to resize

EndCriteriaCheckFunctionEpsilon Method

Checks whether the objective function value is less than the function epsilon.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public 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