Releases: mlpack/ensmallen
Releases · mlpack/ensmallen
ensmallen 2.10.1: "Fried Chicken"
ensmallen 2.10.0: "Fried Chicken"
Released Sept. 7th, 2019.
-
All
Optimize()
functions now take any matrix type; so, e.g.,arma::fmat
orarma::sp_mat
can be used for optimization. See the documentation for more details (#113, #119). -
Introduce callback support. Callbacks can be appended as the last arguments of an
Optimize()
call, and can perform custom behavior at different points during the optimization. See the documentation for more details (#119). -
Slight speedups for
FrankWolfe
optimizer (#127).
ensmallen 1.16.2: "Loud Alarm Clock"
Released Aug. 12th, 2019.
- Fix PSO return type bug (#126).
ensmallen 1.16.1: "Loud Alarm Clock"
Released Aug. 11th, 2019.
-
Update HISTORY.md to use Markdown links to the PR and add release names.
-
Fix PSO return type bug (#124).
ensmallen 1.16.0: "Loud Alarm Clock"
ensmallen 1.15.1: "Wrong Side Of The Road"
ensmallen 1.15.0: "Wrong Side Of The Road"
Released May 14, 2019.
- Added QHAdam and QHSGD optimizers (#81).
ensmallen 1.14.4: "Difficult Crimp"
Released May 12th, 2019.
- Fixes for BigBatchSGD (#91).
ensmallen 1.14.3: "Difficult Crimp"
Released May 6, 2019.
- Handle
eig_sym()
failures correctly (#100).