BroydenFletcherGoldfarbShannoDelta Property |
Namespace: Accord.Math.Optimization
This parameter determines the minimum rate of decrease of the objective function. The library stops iterations when the following condition is met:
(f' - f) / f < delta
where f' is the objective value of past iterations ago, and f is the objective value of the current iteration. Default value is 0.