|
BroydenFletcherGoldfarbShannoPast Property
|
Distance for delta-based convergence test.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
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