- Updated the version of doxyfile

- Preparation for 1.10 release
This commit is contained in:
Naoaki Okazaki
2010-12-21 00:32:44 +09:00
parent fb9d7aa0fb
commit 8cc8e74417
3 changed files with 813 additions and 550 deletions

View File

@@ -64,8 +64,7 @@ int main(int argc, char *argv)
/* Initialize the parameters for the L-BFGS optimization. */
lbfgs_parameter_init(&param);
//param.orthantwise_c = 1;
//param.linesearch = LBFGS_LINESEARCH_BACKTRACKING;
/*param.linesearch = LBFGS_LINESEARCH_BACKTRACKING;*/
/*
Start the L-BFGS optimization; this will invoke the callback functions