From 0466f622f62963d2490eb1feff6c9ad8e3520ccf Mon Sep 17 00:00:00 2001 From: naoaki Date: Mon, 16 Feb 2009 09:22:16 +0000 Subject: [PATCH] Experimental. git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@37 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc --- lib/lbfgs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lbfgs.c b/lib/lbfgs.c index 6f5ee4d..c4f5930 100644 --- a/lib/lbfgs.c +++ b/lib/lbfgs.c @@ -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, };