RcppEnsmallen v0.2.18.2.1 Released - Fix Epoch Timing

software-releases
r
Author

TheCoatlessProfessor

Published

February 18, 2022

The RcppEnsmallen package brings to R a Header-Only C++ Mathematical Optimization Library for Armadillo. In particular, 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.

The first update of 2022 for the ensmallen library has been released by the Ensmallen Development Team. The release contains a minor bug fix for displaying timing output and an update to the underlying C++ unit testing framework.

For the complete list of changes, please see the news entry for the package update below.

RcppEnsmallen news file entry for version v0.2.18.2.1 (2022-02-18)

  • Upgraded to ensmallen 2.18.2: “Fairmount Bagel” (2022-02-14)
    • Update Catch2 to 2.13.8 (#336).
    • Fix epoch timing output (#337).
  • Update R package URLs.

GitHub Changelog