- Reverted the changes of the default parameters.

- TAB -> SPACE.

git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@53 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
This commit is contained in:
naoaki 2009-02-16 15:31:09 +00:00
parent f0e95e36ff
commit 520a83c576

View File

@ -112,8 +112,8 @@ typedef struct tag_iteration_data iteration_data_t;
static const lbfgs_parameter_t _defparam = { static const lbfgs_parameter_t _defparam = {
6, 1e-5, 0, 1e-5, 6, 1e-5, 0, 1e-5,
0, LBFGS_LINESEARCH_DEFAULT, 100, 0, LBFGS_LINESEARCH_DEFAULT, 40,
1e-20, 1e20, 0.1, 0.9, 1.0e-16, 1e-20, 1e20, 1e-4, 0.9, 1.0e-16,
0.0, 0, -1, 0.0, 0, -1,
}; };