Click or drag to resize

EndCriteriaCheckFunctionEpsilon Method

Check if objective function value is less than the function epsilon

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool CheckFunctionEpsilon(
	double f
)

Parameters

f  Double

[Missing <param name="f"/> documentation for "M:Altaxo.Calc.Optimization.EndCriteria.CheckFunctionEpsilon(System.Double)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Calc.Optimization.EndCriteria.CheckFunctionEpsilon(System.Double)"]

Remarks
If the objective function value is less than the function epsilon and only positive optimization is allowed then the ending criteria is set to CriteriaType.FunctionEpsilon and the function returns true;
See Also