Package: RcppEnsmallen 0.3.10.0.1
RcppEnsmallen: Header-Only C++ Mathematical Optimization Library for 'Armadillo'
'Ensmallen' is a templated C++ mathematical optimization library (by the 'MLPACK' team) that provides a simple set of abstractions for writing an objective function to optimize. Provided within are various standard and cutting-edge optimizers that include full-batch gradient descent techniques, small-batch techniques, gradient-free optimizers, and constrained optimization. The 'RcppEnsmallen' package includes the header files from the 'Ensmallen' library and pairs the appropriate header files from 'armadillo' through the 'RcppArmadillo' package. Therefore, users do not need to install 'Ensmallen' nor 'Armadillo' to use 'RcppEnsmallen'. Note that 'Ensmallen' is licensed under 3-Clause BSD, 'Armadillo' starting from 7.800.0 is licensed under Apache License 2, 'RcppArmadillo' (the 'Rcpp' bindings/bridge to 'Armadillo') is licensed under the GNU GPL version 2 or later. Thus, 'RcppEnsmallen' is also licensed under similar terms. Note that 'Ensmallen' requires a compiler that supports 'C++14' and 'Armadillo' 10.8.2 or later.
Authors:
RcppEnsmallen_0.3.10.0.1.tar.gz
RcppEnsmallen_0.3.10.0.1.zip(r-4.6)RcppEnsmallen_0.3.10.0.1.zip(r-4.5)RcppEnsmallen_0.3.10.0.1.zip(r-4.4)
RcppEnsmallen_0.3.10.0.1.tgz(r-4.5-x86_64)RcppEnsmallen_0.3.10.0.1.tgz(r-4.5-arm64)
RcppEnsmallen_0.3.10.0.1.tar.gz(r-4.6-arm64)RcppEnsmallen_0.3.10.0.1.tar.gz(r-4.6-x86_64)RcppEnsmallen_0.3.10.0.1.tar.gz(r-4.5-arm64)RcppEnsmallen_0.3.10.0.1.tar.gz(r-4.5-x86_64)
RcppEnsmallen_0.3.10.0.1.tgz(r-4.5-emscripten)
RcppEnsmallen.pdf |RcppEnsmallen.html✨
RcppEnsmallen/json (API)
NEWS
| # Install 'RcppEnsmallen' in R: |
| install.packages('RcppEnsmallen', repos = c('https://coatless-rpkg.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/coatless-rpkg/rcppensmallen/issues
Pkgdown/docs site:https://r-pkg.thecoatlessprofessor.com
armadillocpp11ensmallenoptimizationrcpprcpparmadilloopenblascppopenmp
Last updated from:c4f58cea43. Checks:13 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-arm64 | OK | 127 | |
| linux-devel-x86_64 | OK | 130 | |
| source / vignettes | OK | 292 | |
| linux-release-arm64 | OK | 128 | |
| linux-release-x86_64 | OK | 122 | |
| macos-release-arm64 | OK | 111 | |
| macos-release-x86_64 | OK | 205 | |
| macos-oldrel-arm64 | OK | 83 | |
| macos-oldrel-x86_64 | OK | 231 | |
| windows-devel | OK | 113 | |
| windows-release | OK | 118 | |
| windows-oldrel | OK | 129 | |
| wasm-release | OK | 114 |
Exports:lin_reg_lbfgs
Dependencies:RcppRcppArmadillo
Solving Linear Regression using Numeric Optimization
Rendered fromusing-rcppensmallen.Rmdusingknitr::rmarkdownon Oct 31 2025.Last update: 2023-11-14
Started: 2019-09-30
Using RcppEnsmallen in Your Own R Package
Rendered frompackage-usage.Rmdusingknitr::rmarkdownon Oct 31 2025.Last update: 2025-09-09
Started: 2023-11-14
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| RcppEnsmallen: Header-Only C++ Mathematical Optimization Library for 'Armadillo' | RcppEnsmallen-package RcppEnsmallen |
| Linear Regression with L-BFGS | lin_reg_lbfgs |
