Upgraded to ensmallen 2.19.0: “Eight Ball Deluxe” (2022-04-11)
Added DemonSGD and DemonAdam optimizers (#211).
Fix bug with Adam-like optimizers not resetting when resetPolicy
is true
. (#340).
Add Yogi optimizer (#232).
Add AdaBelief optimizer (#233).
Add AdaSqrt optimizer (#234).
Bump check for minimum supported version of Armadillo (#342).
r-lib/actions
configuration. (#45)AdamSchafferFunctionN2Test
test from Adam test suite to prevent spurious issue on some aarch64 (mlpack/ensmallen#259).ENS_USE_OPENMP
is set (mlpack/ensmallen#255).wc -l
in MacOS) (mlpack/ensmallen#216, mlpack/ensmallen#220).oldrel
, release
, devel
). (#29, #32)problems/
files (mlpack/ensmallen#147).Optimize()
functions now take any matrix type; so, e.g., arma::fmat
or arma::sp_mat
can be used for optimization. See the documentation for (mlpack/ensmallen#113). (mlpack/ensmallen#119).Optimize()
call, and can perform custom behavior at different points during the optimization. See the documentation for more details (mlpack/ensmallen#119).FrankWolfe
optimizer (mlpack/ensmallen#127).LBestPSO
, for (mlpack/ensmallen#86).-Wreorder
.