Package: RcppLbfgsBlaze
Type: Package
Title: 'L-BFGS' Algorithm Based on 'Blaze' for 'R' and 'Rcpp'
Version: 0.1.0
Date: 2024-05-01
Authors@R: c(
   person(given = "Ching-Chuan",
           family = "Chen",
           role = c("aut", "cre", "ctr"),
           email = "zw12356@gmail.com",
           comment = c(ORCID = '0009-0007-8273-3206')),
    person("Zhepei", "Wang", role = "aut", comment = "LBFGS-Lite"),
    person("Naoaki", "Okazaki", role = "aut", comment = "liblbfgs")
    )
Maintainer: Ching-Chuan Chen <zw12356@gmail.com>
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/
BugReports: https://github.com/Chingchuan-chen/RcppLbfgsBlaze/issues
Description: 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'.
Depends: R (>= 4.2.0)
Imports: Rcpp (>= 1.0.0), RcppBlaze (>= 1.0.0)
LinkingTo: Rcpp, RcppBlaze
Suggests: tinytest, microbenchmark
LazyLoad: yes
Encoding: UTF-8
License: MIT + file LICENSE
RoxygenNote: 7.3.1
NeedsCompilation: yes
Packaged: 2024-05-03 09:20:00 UTC; root
Author: Ching-Chuan Chen [aut, cre, ctr]
    (<https://orcid.org/0009-0007-8273-3206>),
  Zhepei Wang [aut] (LBFGS-Lite),
  Naoaki Okazaki [aut] (liblbfgs)
Repository: CRAN
Date/Publication: 2024-05-14 07:43:20 UTC
Built: R 4.3.3; aarch64-apple-darwin20; 2025-01-24 17:10:43 UTC; unix
Archs: RcppLbfgsBlaze.so.dSYM
