From b2a54a98125b8ec750ccc49b20d352fe554468bd Mon Sep 17 00:00:00 2001 From: Naoaki Okazaki Date: Tue, 2 Sep 2014 11:39:32 +0900 Subject: [PATCH] - Added a link to a R wrapper (contributed by Antonio Coppola) - Updated the web site. --- doc/footer.html | 2 +- include/lbfgs.h | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/footer.html b/doc/footer.html index 834ec63..5eaddba 100644 --- a/doc/footer.html +++ b/doc/footer.html @@ -1,6 +1,6 @@
-Copyright (c) 2002-2010 by Naoaki Okazaki +Copyright (c) 2002-2014 by Naoaki Okazaki
$datetime
diff --git a/include/lbfgs.h b/include/lbfgs.h index cd944a3..f343732 100644 --- a/include/lbfgs.h +++ b/include/lbfgs.h @@ -587,8 +587,6 @@ This library is used by: - Classias: A collection of machine-learning algorithms for classification - mlegp: an R package for maximum likelihood estimates for Gaussian processes - imaging2: the imaging2 class library -- Algorithm::LBFGS - Perl extension for L-BFGS -- YAP-LBFGS (an interface to call libLBFGS from YAP Prolog) @section download Download @@ -598,6 +596,11 @@ This library is used by: libLBFGS is distributed under the term of the MIT license. +@section modules Third-party modules +- lbfgs: Limited-memory BFGS Optimization (a wrapper for R) maintained by Antonio Coppola. +- Algorithm::LBFGS - Perl extension for L-BFGS maintained by Lei Sun. +- YAP-LBFGS (an interface to call libLBFGS from YAP Prolog) maintained by Bernd Gutmann. + @section changelog History - Version 1.10 (2010-12-22): - Fixed compiling errors on Mac OS X; this patch was kindly submitted by