NEWS | R Documentation |
Updated LBFGS++ to v0.3.0.
Removed the C function sprintf()
calls according to CRAN's policy.
Updated LBFGS++ to v0.2.0.
Updated LBFGS++ to the newest version.
Fixed the VignetteBuilder
entry in the DESCRIPTION
file
according to CRAN's policy.
Fixed a convergence test bug in LBFGS++.
Registered native routines per CRAN's policy.
Fixed a bug of name hiding in C++.
Now using the LBFGS++ library for L-BFGS optimization.
Added a vignette.
Fixed an index-out-of-bound bug in one dimensional integration (#1), thanks to Greg Finak.
Added virtual destructors for classes Func
, MFunc
, and
MFuncGrad
.
Added the Cuba library for multi-dimensional integration.
Initial release.
Provides C++ interface for one-dimensional numerical integration and L-BFGS optimization.
R function fastLR()
for fast logistic regression using
L-BFGS.