Commit Graph
1837 Commits
Author SHA1 Message Date
Ryan Curtin 2b9bdeae7d Update and release version 1.13.0. ensmallen-1.13.0 2019-01-14 21:05:57 -05:00
Ryan Curtin 2b71ec742e Update HISTORY for new release. 2019-01-14 21:04:41 -05:00
Marcus Edel c3211afc3b Add N Rajiv Vaidyanathan to the list of contributors. 2019-01-14 18:45:47 +01:00
Marcus Edel b465e1a720 Update HISTORY.md (new optimizer SPSA) and COPYRIGHT.txt. 2019-01-14 13:40:08 +01:00
Marcus Edel d044675ba0 Merge pull request #69 from Rajiv2605/master
SPSA optimizer implementation.
2019-01-13 19:22:54 +01:00
rajiv2605 8e324af0fb Added newlines to the spsa files and added paper link to the SPSA documentation 2019-01-13 14:10:10 +05:30
rajiv2605 250fffac24 Updated SPSA documentation 2019-01-13 02:24:12 +05:30
rajiv2605 d0e43b1560 Added SPSA documentation 2019-01-13 02:16:38 +05:30
rajiv2605 69f921d361 Made suggested changes in variable names and code style 2019-01-12 18:29:51 +05:30
rajiv2605 6c1b7e9b56 Updated spsa test files 2019-01-10 18:07:13 +05:30
rajiv2605 bded377bfb Updated spsa algorithm files 2019-01-10 18:06:45 +05:30
rajiv2605 a2b7946f1d Merge branch 'master' of https://github.com/mlpack/ensmallen 2019-01-10 17:36:45 +05:30
rajiv2605 d01e8b8e6f Ported SPSA from older MLPack to Ensmallen 2019-01-10 17:33:43 +05:30
Ryan Curtin db6917e1fd Update HISTORY.md. 2019-01-09 11:47:30 -05:00
Ryan Curtin 269b658280 Merge pull request #66 from lukasmack0/lukas/aug_lag_options
Added Augmented Lagrangian options
2019-01-09 11:46:42 -05:00
Lukas Mackinder 5bba15890b Fixed AugLag dependencies 2019-01-08 21:33:54 +00:00
Marcus Edel cdbdf705a6 Merge pull request #67 from AYESDIE/master
Incorrect class name RMSProp in documentation.
2019-01-08 14:10:14 +01:00
Unknown 9ab2c7494b Incorrect class name RMSProp in documentation
Fix for a small error in the documentation where ens::RMSProp was being used.
2019-01-08 14:31:50 +05:30
Lukas Mackinder c8d3409f55 Added L_BFGS to augmented lagrangian constructor 2019-01-07 19:17:06 +00:00
Lukas Mackinder 0522849f62 Removed max internal iterations exposure. TODO tidy docs and potentially add a constructor taking an LBFGS object 2019-01-06 17:45:45 +00:00
Lukas Mackinder 3e9bee435e Moved args to constructor. TODO further expose L-BFGS and remove internal iterations 2019-01-06 17:36:06 +00:00
Lukas Mackinder 8328ad76b9 Typo fix 2019-01-06 13:10:47 +00:00
Lukas Mackinder 49b7837322 Added additional augmented lagrangian arguments 2019-01-06 12:58:30 +00:00
Ryan Curtin cd0bcbc29c Update and release version 1.12.2. ensmallen-1.12.2 2019-01-05 23:02:20 -05:00
Ryan Curtin 1045ca081a Update HISTORY.md. 2019-01-05 23:02:04 -05:00
Ryan Curtin bd3bbb4f39 Add Dan to the list of contributors. 2019-01-05 23:01:02 -05:00
Ryan Curtin 7bdd981096 Update and release version 1.12.1. ensmallen-1.12.1 2019-01-03 16:14:03 -05:00
Ryan Curtin d33154e900 Update HISTORY for new release. 2019-01-03 16:13:57 -05:00
Ryan Curtin bcb686187c Merge branch 'master' of https://github.com/mlpack/ensmallen 2019-01-03 16:12:42 -05:00
Ryan Curtin f370ede05c Merge pull request #65 from coatless/fix/newlines
Add newline to end of files to quiet line ending warning.
2019-01-03 16:12:34 -05:00
James Balamuta b93da4a1ed Add newline to end of files to quiet line ending warning. 2019-01-03 13:41:03 -06:00
Ryan Curtin 8e236b2434 Update and release version 1.12.0. ensmallen-1.12.0 2018-12-30 14:59:29 -05:00
Ryan Curtin 03a3041ed6 Update HISTORY for release. 2018-12-30 14:59:03 -05:00
Marcus Edel 7275bafe86 Merge pull request #60 from dtimson/optimizer-control
Add control of Reset Policy to Adam optimizers.
2018-12-30 20:56:03 +01:00
Marcus Edel bda4cc3272 Merge pull request #64 from rcurtin/swats-doc
Add documentation for SWATS.
2018-12-30 20:55:03 +01:00
Dan Timson 7636bb39ff Add description for resetPolicy args 2018-12-30 19:09:12 +00:00
Ryan Curtin efc32567ee Add documentation for SWATS. 2018-12-30 13:59:53 -05:00
Marcus Edel f4e86122f3 Update history. 2018-12-30 14:06:08 +01:00
Dan Timson d2b22a45e6 Add resetPolicy to SGD-based optimizer ctor args, ensure initialization, and update docs 2018-12-29 15:03:40 +00:00
Dan Timson 25cc78b1ed Add control of Reset Policy to other SGD-based optimizers 2018-12-27 22:26:47 +00:00
Dan Timson 29db54d11d Add control of Reset Policy to SGD-based optimizers 2018-12-27 18:22:43 +00:00
Dan Timson c2e36fe3ca Merge branch 'master' of https://github.com/mlpack/ensmallen into optimizer-control 2018-12-27 10:34:18 +00:00
Marcus Edel eca1ec8a42 Merge pull request #42 from zoq/ens_swats
SWATS optimizer.
2018-12-18 21:52:41 +01:00
Marcus Edel 09f93654d6 Adjust optimizer parameter to make the SWATS test suite more robust. 2018-12-16 19:12:33 +01:00
Marcus Edel 913436d6d8 Adjust documentation to refelect that SWATS works on differentiable separable functions. 2018-12-14 22:43:03 +01:00
Marcus Edel 19e7c77f4b Merge pull request #45 from zoq/ens_eve
EVE optimizer.
2018-12-13 22:23:04 +01:00
Marcus Edel fca8152851 Add Eve optimizer documentation. 2018-12-12 23:14:01 +01:00
Marcus Edel 95cb8736a6 Adjust denominator to avoid division by zero. 2018-12-12 23:13:02 +01:00
Marcus Edel 2ef3fef4f4 Change optimizer name and add functions to adjust optimizer parameter. 2018-12-09 19:19:14 -05:00
Marcus Edel 1e41db4b27 Update the last objective at each step. 2018-12-09 19:09:00 -05:00