Experimental.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@37 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
This commit is contained in:
parent
897638eefa
commit
0466f622f6
@ -112,7 +112,7 @@ typedef struct tag_iteration_data iteration_data_t;
|
||||
|
||||
static const lbfgs_parameter_t _defparam = {
|
||||
6, 1e-5, 0, 1e-5,
|
||||
0, LBFGS_LINESEARCH_DEFAULT, 20,
|
||||
0, LBFGS_LINESEARCH_DEFAULT, 100,
|
||||
1e-20, 1e20, 1e-4, 0.9, 1.0e-16,
|
||||
0.0, 0, -1,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user