RcppLbfgsBlaze: 'L-BFGS' Algorithm Based on 'Blaze' for 'R' and 'Rcpp'

The 'L-BFGS' algorithm is a popular optimization algorithm for unconstrained optimization problems. 'Blaze' is a high-performance 'C++' math library for dense and sparse arithmetic. This package provides a simple interface to the 'L-BFGS' algorithm and allows users to optimize their objective functions with 'Blaze' vectors and matrices in 'R' and 'Rcpp'.

Version: 0.1.0
Depends: R (≥ 4.2.0)
Imports: Rcpp (≥ 1.0.0), RcppBlaze (≥ 1.0.0)
LinkingTo: Rcpp, RcppBlaze
Suggests: tinytest, microbenchmark
Published: 2024-05-14
Author: Ching-Chuan Chen ORCID iD [aut, cre, ctr], Zhepei Wang [aut] (LBFGS-Lite), Naoaki Okazaki [aut] (liblbfgs)
Maintainer: Ching-Chuan Chen <zw12356 at gmail.com>
BugReports: https://github.com/Chingchuan-chen/RcppLbfgsBlaze/issues
License: MIT + file LICENSE
URL: https://github.com/ChingChuan-Chen/RcppLbfgsBlaze, https://github.com/ChingChuan-Chen/LBFGS-blaze, https://github.com/ZJU-FAST-Lab/LBFGS-Lite, https://bitbucket.org/blaze-lib/blaze/src/master/
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: RcppLbfgsBlaze results

Documentation:

Reference manual: RcppLbfgsBlaze.pdf

Downloads:

Package source: RcppLbfgsBlaze_0.1.0.tar.gz
Windows binaries: r-devel: RcppLbfgsBlaze_0.1.0.zip, r-release: RcppLbfgsBlaze_0.1.0.zip, r-oldrel: RcppLbfgsBlaze_0.1.0.zip
macOS binaries: r-release (arm64): RcppLbfgsBlaze_0.1.0.tgz, r-oldrel (arm64): RcppLbfgsBlaze_0.1.0.tgz, r-release (x86_64): RcppLbfgsBlaze_0.1.0.tgz, r-oldrel (x86_64): RcppLbfgsBlaze_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=RcppLbfgsBlaze to link to this page.