Skip to content

RcppEnsmallen 0.2.22.0.1 (GitHub-only)

Compare
Choose a tag to compare
@coatless coatless released this 03 Dec 18:38
84f286d
  • Upgraded to ensmallen 2.22.0: "E-Bike Excitement" (2024-11-29)
    • Update to C++14 standard
      (#400).
    • Bump minimum Armadillo version to 10.8
      (#404).
    • For Armadillo 14.2.0 switch to .index_min() and .index_max()
      (#409).
    • Added IPOP and BIPOP restart mechanisms for CMA-ES.
      (#403).
  • Addressed uninitialized variable and private field warnings
    (#65)