Merge pull request #9 from dkogan/upstream

The comment describing the default max_linesearch value now matches the ...
This commit is contained in:
Sangwhan "fish" Moon 2019-06-04 20:37:56 +09:00 committed by GitHub
commit 2fc13c1ac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -257,7 +257,7 @@ typedef struct {
/** /**
* The maximum number of trials for the line search. * The maximum number of trials for the line search.
* This parameter controls the number of function and gradients evaluations * 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; int max_linesearch;