Click or drag to resize
Accord.NET (logo)

GeneralConvergenceRelativeFunctionTolerance Property

Gets or sets the relative function tolerance that should be used as convergence criteria. This tracks the relative amount that the function output changes after two consecutive iterations. Setting this value to zero disables those checks. Default is 0.

Namespace:  Accord.Math.Convergence
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public double RelativeFunctionTolerance { get; set; }
Request Example View Source

Property Value

Type: Double
See Also