diff --git a/include/lbfgs.h b/include/lbfgs.h index bba305f..0de1c78 100644 --- a/include/lbfgs.h +++ b/include/lbfgs.h @@ -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;