mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 16:43:17 -04:00
dev-R/RcppEnsmallen: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
25
dev-R/RcppEnsmallen/metadata.xml
Normal file
25
dev-R/RcppEnsmallen/metadata.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>
|
||||
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++11'
|
||||
and 'Armadillo' 8.400 or later.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user