Update documentation for default value of delta.

This matches the documentation to the actual code level default.
Resolves #19.
This commit is contained in:
Sangwhan Moon 2019-06-04 22:19:45 +09:00
parent 2cee127280
commit 3b35fa16dc

View File

@ -233,7 +233,7 @@ typedef struct {
* (f' - f) / f < \ref delta,
* where f' is the objective value of \ref past iterations ago, and f is
* the objective value of the current iteration.
* The default value is \c 0.
* The default value is \c 1e-5.
*/
lbfgsfloatval_t delta;