Click or drag to resize
Accord.NET (logo)

BroydenFletcherGoldfarbShannoPast Property

Distance for delta-based convergence test.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public int Past { get; set; }
Request Example View Source

Property Value

Type: Int32
Remarks
This parameter determines the distance, in iterations, to compute the rate of decrease of the objective function. If the value of this parameter is zero, the library does not perform the delta-based convergence test. The default value is 0.
See Also