- Change "mathematical optimization" term to "numerical optimization" in the documentation (#177).
-
Require new HISTORY.md entry for each PR. (#171, #172, #175).
-
Update/fix example documentation (#174).
-
Prevent spurious compiler warnings (#161).
-
Fix minor memory leaks (#167).
-
Revamp CMake configuration (#152).
-
Allow callback instantiation for SGD based optimizer (#138).
-
Minor test stability fixes on i386 (#156).
-
Fix Lookahead MaxIterations() check. (#159).
- Fix Lookahead Synchronization period type (#153).
-
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).
-
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).
- Fix PSO return type bug (#126).
-
Update HISTORY.md to use Markdown links to the PR and add release names.
-
Fix PSO return type bug (#124).
-
Add option to avoid computing exact objective at the end of the optimization (#109).
-
Fix handling of curvature for BigBatchSGD (#118).
-
Reduce runtime of tests (#118).
-
Introduce local-best particle swarm optimization,
LBestPSO
, for unconstrained optimization problems (#86).
-
Fix
-Wreorder
inqhadam
warning (#115). -
Fix
-Wunused-private-field
warning inspsa
(#115). -
Add more warning output for gcc/clang (#116).
- Added QHAdam and QHSGD optimizers (#81).
- Fixes for BigBatchSGD (#91).
- Handle
eig_sym()
failures correctly (#100).
-
SPSA test tolerance fix (#97).
-
Minor documentation fixes (#95, #98).
-
Fix newlines at end of file (#92).
-
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.
- Minor documentation fixes (#82).
- Fix -Wreorder warning (#75).
- Fix list of contributors.
- Make sure all files end with newlines.
-
Add link to ensmallen PDF to README.md.
-
Minor documentation fixes. Remove too-verbose documentation from source for each optimizer (#61).
-
Add FTML optimizer (#48).
-
Add SWATS optimizer (#42).
-
Add Padam optimizer (#46).
-
Add Eve optimizer (#45).
-
Add ResetPolicy() to SGD-like optimizers (#60).
- Minor documentation fixes.
-
Add WNGrad optimizer.
-
Fix header name in documentation samples.
-
Fixes for GridSearch optimizer.
-
Include documentation with release.
-
Initial release.
-
Includes the ported optimization framework from mlpack (http://www.mlpack.org/).