Commit Graph

22 Commits

Author SHA1 Message Date
naoaki
8f778b42e9 Updated the copyright year with 2010.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@63 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2010-01-13 07:30:17 +00:00
naoaki
3c3ca1bb5b Updated the list of the special thanks.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@61 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2009-07-13 14:44:38 +00:00
naoaki
80589797a3 Release for 1.8.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@60 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2009-07-13 14:27:47 +00:00
naoaki
896f8cbc7c Improved documentations
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@59 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2009-07-13 14:04:26 +00:00
naoaki
6375811810 A patch from Takashi Imamichi. The backtracking line
search now supports Armijo, and regular/strong Wolfe
conditions.

git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@58 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2009-06-08 15:48:21 +00:00
naoaki
f8b53433f9 Added a link to YAP-LBFGS.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@57 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2009-04-24 15:18:59 +00:00
naoaki
e94f0941b1 Release for 1.7.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@56 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2009-02-28 09:41:21 +00:00
naoaki
c038293043 Updated the copyright information.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@50 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2009-02-16 15:14:23 +00:00
naoaki
1b33e075df Use LBFGS_LINESEARCH_BACKTRACKING_STRONG instead of LBFGS_LINESEARCH_BACKTRACKING.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@45 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2009-02-16 13:37:48 +00:00
naoaki
2eef3e89c1 Release for liblbfgs 1.6.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@25 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2008-11-02 04:50:00 +00:00
naoaki
86289f7ac7 Patch for an implementation of backtracking algorithm with strong Wolfe condition
submitted by Takashi Imamichi.

git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@23 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2008-11-02 01:00:46 +00:00
naoaki
292b6dbef9 - Added orthantwise_end parameter.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@22 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2008-07-22 22:54:54 +00:00
naoaki
7eb418b805 Implemented a stopping criterion.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@21 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2008-07-10 13:06:47 +00:00
naoaki
7efbd5aca1 Last minutes' change.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@16 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2008-07-09 15:41:37 +00:00
naoaki
9ac4066ac6 Release for 1.5.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@14 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2008-07-09 15:15:00 +00:00
naoaki
e59829f1db Updated documentation for 1.5 release.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@13 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2008-07-09 14:47:45 +00:00
naoaki
36c6eaa158 - Make sure that the initial gradients are non-zero.
- Added a necessary cast.

git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@12 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2008-07-08 04:37:50 +00:00
naoaki
4473a5dde1 Added a new parameter orthantwise_start so that users can protect some variables from being regularized.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@10 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2008-07-02 03:04:48 +00:00
naoaki
97c49dfc79 Include an HTML header.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@7 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2008-04-25 23:08:27 +00:00
naoaki
59d3e21ef6 Preparation for 1.4 release.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@4 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2008-04-25 07:54:10 +00:00
naoaki
8bad5e136a - Added some note on SSE/SEE2 optimization.
- Supported SSE/SSE2 optimization with GCC.

git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@3 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2008-04-25 06:32:53 +00:00
naoaki
85c2de4384 Initial commit.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@2 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
2008-04-24 15:04:59 +00:00