From b40688551f14e7080832ef5518c9a3a6447d7406 Mon Sep 17 00:00:00 2001 From: naoaki Date: Sat, 3 May 2008 10:39:13 +0000 Subject: [PATCH] Fixed a typo. git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@8 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 6342d4f..7bd0a1c 100644 --- a/lib/lbfgs.c +++ b/lib/lbfgs.c @@ -49,7 +49,7 @@ The line search algorithms used in this implementation are described in: ACM Transactions on Mathematical Software (TOMS), Vol. 20, No. 3, pp. 286-307, 1994. -This library also implements Orthant-Wise Limited-memory Quasi-Newton (OW-LQN) +This library also implements Orthant-Wise Limited-memory Quasi-Newton (OWL-QN) method presented in: - Galen Andrew and Jianfeng Gao. Scalable training of L1-regularized log-linear models.