Update documentation for default value of delta.
This matches the documentation to the actual code level default. Resolves #19.
This commit is contained in:
parent
2cee127280
commit
3b35fa16dc
@ -233,7 +233,7 @@ typedef struct {
|
|||||||
* (f' - f) / f < \ref delta,
|
* (f' - f) / f < \ref delta,
|
||||||
* where f' is the objective value of \ref past iterations ago, and f is
|
* where f' is the objective value of \ref past iterations ago, and f is
|
||||||
* the objective value of the current iteration.
|
* the objective value of the current iteration.
|
||||||
* The default value is \c 0.
|
* The default value is \c 1e-5.
|
||||||
*/
|
*/
|
||||||
lbfgsfloatval_t delta;
|
lbfgsfloatval_t delta;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user