Releases: coatless-rpkg/rcppensmallen
Releases · coatless-rpkg/rcppensmallen
RcppEnsmallen 0.2.12.1.1
- Upgraded to ensmallen 2.12.1: "Stir Crazy" (2020-04-20)
- Fix total number of epochs and time estimation for ProgressBar callback (#181).
- Handle SpSubview_col and SpSubview_row in Armadillo 9.870 (#194).
- Minor documentation fixes (#197).
- Correction in the formulation of sigma in CMA-ES (#183).
- Remove deprecated methods from PrimalDualSolver implementation (#185) (#186).
RcppEnsmallen 0.2.11.3.1
- Upgraded to ensmallen 2.11.3: "The Poster Session Is Full" (2020-02-19)
RcppEnsmallen 0.2.11.1.1
- Upgraded to ensmallen 2.11.1: "The Poster Session Is Full" (2019-12-28)
- Fix Lookahead Synchronization period type (#153).
- Add Lookahead (#138).
- Add AdaBound and AMSBound (#137).
- SGD callback test 32-bit safety (big number) (#143).
- Use "arbitrary" and "separable" terms in static function type checks (#145).
- Remove 'using namespace std' from
problems/files (#147). - Add optional tests building. (#141).
- Make code samples collapsible in the documentation. (#140).
- Switched deployment from TravisCI to GitHub Actions. (#17, #22)
- Removed check on header file inclusion (#21)
RcppEnsmallen 0.2.10.3.1
- Upgraded to ensmallen 2.10.3: "Fried Chicken" (2019-09-26)
- Added vignette with worked example for linear regression and for package
inclusion.
RcppEnsmallen 0.2.10.0.1
- Upgraded to ensmallen 2.10.0: "Fried Chicken" (2019-09-07)
- All
Optimize()functions now take any matrix type; so, e.g.,arma::fmat
orarma::sp_matcan be used for optimization. See the documentation for
more details (#113, #119). - Introduce callback support. Callbacks can be appended as the last arguments
of anOptimize()call, and can perform custom behavior at different points
during the optimization. See the documentation for more details (#119). - Slight speedups for
FrankWolfeoptimizer (#127).
- All
RcppEnsmallen 0.1.16.0.1
- Upgraded to ensmallen release 1.16.0 "Loud Alarm Clock" (2019-08-09)
- Fix return type error in
PSO(#123)
RcppEnsmallen 0.1.15.0.1
RcppEnsmallen 0.1.14.4.1
RcppEnsmallen 0.1.14.1.1
- Upgraded to ensmallen release 1.14.1 "Difficult Crimp" (2019-03-09)
- Fixes for SPSA (#87).
- Optimized CNE and DE (#90). Changed initial population generation
in CNE to be a normal distribution about the given starting point,
which should accelerate convergence. - Add DE optimizer (#77).
- Fix for Cholesky decomposition in CMAES (#83).