The comment describing the default max_linesearch value now matches the code

The code set it to 40, but the comment said 20. The comment now matches the code
This commit is contained in:
Dima Kogan 2014-01-18 12:36:07 -08:00
parent 27e905f386
commit 31ef1e8ea0

View File

@ -257,7 +257,7 @@ typedef struct {
/**
* The maximum number of trials for the line search.
* This parameter controls the number of function and gradients evaluations
* per iteration for the line search routine. The default value is \c 20.
* per iteration for the line search routine. The default value is \c 40.
*/
int max_linesearch;