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