Skip to content

RcppEnsmallen 0.2.20.0.1

Compare
Choose a tag to compare
@coatless coatless released this 06 Oct 09:23
0ea9961
  • Upgraded to ensmallen 2.20.0: "Eight Ball Deluxe" (2023-10-05)
    • Implementation of Active CMAES
      (#367).
    • LBFGS: avoid generation of NaNs, and add checks for finite values
      (#368).
    • Fix CNE test tolerances
      (#360).
    • Rename SCD optimizer, to CD
      (#379).
  • Updated GitHub Action runners update-ensmallen-refresh and pkgdown to address deprecation notices.
    (#53, #54, #55).
  • Removed explicit C++11 requirement from DESCRIPTION and Makevars{.win}.
  • Increased the R version required to R 4.0 to ensure a compiler with
    C++11 is available.