RcppEnsmallen

From MaRDI portal
Software:111492



CRANRcppEnsmallenMaRDI QIDQ111492FDOQ111492

Header-Only C++ Mathematical Optimization Library for 'Armadillo'

Dirk Eddelbuettel, James Joseph Balamuta

Last update: 17 February 2024

Copyright license: GNU General Public License, version 3.0, GNU General Public License, version 2.0

Software version identifier: 0.2.19.0.1, 0.1.10.0.1, 0.1.11.1.1, 0.1.12.0.1, 0.1.13.0.1, 0.1.14.1.1, 0.1.14.4.1, 0.1.15.0.1, 0.1.16.0.1, 0.2.10.0.1, 0.2.10.3.1, 0.2.11.1.1, 0.2.11.3.1, 0.2.12.1.1, 0.2.13.0.1, 0.2.14.1.1, 0.2.14.2.1, 0.2.15.0.1, 0.2.16.1.1, 0.2.17.0.1, 0.2.18.0.1, 0.2.18.1.1, 0.2.18.2.1, 0.2.20.0.1, 0.2.21.0.1, 0.2.21.1.1

'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++11' and 'Armadillo' 9.800 or later.





This page was built for software: RcppEnsmallen