Skip to content

RcppEnsmallen 0.2.14.1.1

Choose a tag to compare

@coatless coatless released this 10 Sep 15:04
c9956a0
  • Upgraded to ensmallen 2.14.1: "No Direction Home" (2020-08-21)
    • Fix release script (remove hardcoded information, trim leading
      whitespaces introduced by wc -l in MacOS)
      (#216, #220).
    • Adjust tolerance for AugLagrangian convergence based on element type (#217).
    • Add NSGA2 optimizer for multi-objective functions (#149).
    • Update automatic website update release script (#207).
    • Clarify and fix documentation for constrained optimizers (#201).
    • Fix L-BFGS convergence when starting from a minimum (#201).
  • Switch GitHub Actions to use reference tags to always be up-to-date with
    CRAN's check grid (oldrel, release, devel). (#29,
    #32)
  • Added a GitHub Action to automatically create a PR with the new version of
    Ensmallen when a new release is detected. (#30, #33)