Skip to content

Latest commit

 

History

History
502 lines (367 loc) · 17.2 KB

HISTORY.md

File metadata and controls

502 lines (367 loc) · 17.2 KB

ensmallen ?.??.?: "???"

????-??-??

ensmallen 2.21.1: "Bent Antenna"

2024-02-15
  • Fix numerical precision issues for small-gradient L-BFGS scaling factor computations (#392).

  • Ensure the tests are built with optimisation enabled (#394).

ensmallen 2.21.0: "Bent Antenna"

2023-11-27
  • Clarify return values for different callback types (#383).

  • Fix return types of callbacks (#382).

  • Minor cleanup for printing optimization reports via Report() (#385).

ensmallen 2.20.0: "Stripped Bolt Head"

2023-10-02
  • Implementation of Active CMAES (#367).

  • LBFGS: avoid generation of NaNs, and add checks for finite values (#368).

  • Fix CNE test tolerances (#360).

  • Rename SCD optimizer, to CD (#379).

ensmallen 2.19.1: "Eight Ball Deluxe"

2023-01-30
  • Avoid deprecation warnings in Armadillo 11.2+ (#347).

ensmallen 2.19.0: "Eight Ball Deluxe"

2022-04-06
  • 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).

ensmallen 2.18.2: "Fairmount Bagel"

2022-02-13
  • Update Catch2 to 2.13.8 (#336).

  • Fix epoch timing output (#337).

ensmallen 2.18.1: "Fairmount Bagel"

2021-11-19
  • Accelerate SGD test time (#330).

  • Fix potential infinite loop in CMAES (#331).

  • Fix SCD partial gradient test (#332).

ensmallen 2.18.0: "Fairmount Bagel"

2021-10-20
  • Add gradient value clipping and gradient norm scaling callback (#315).

  • Remove superfluous CMake option to build the tests (#313).

  • Bump minimum Armadillo version to 9.800 (#318).

  • Update Catch2 to 2.13.7 (#322).

  • Remove redundant template argument for C++20 compatibility (#324).

  • Fix MOEAD test stability (#327).

ensmallen 2.17.0: "Pachis Din Me Pesa Double"

2021-07-06
  • CheckArbitraryFunctionTypeAPI extended for MOO support (#283).

  • Refactor NSGA2 (#263, #304).

  • Add Indicators for Multiobjective optimizers (#285).

  • Make Callback flexible for MultiObjective Optimizers (#289).

  • Add ZDT Test Suite (#273).

  • Add MOEA-D/DE Optimizer (#269).

  • Introduce Policy Methods for MOEA/D-DE (#293).

  • Add Das-Dennis weight initialization method (#295).

  • Add Dirichlet Weight Initialization (#296).

  • Improved installation and compilation instructions (#300).

  • Disable building the tests by default for faster installation (#303).

  • Modify matrix initialisation to take into account default element zeroing in Armadillo 10.5 (#305).

ensmallen 2.16.2: "Severely Dented Can Of Polyurethane"

2021-03-24
  • Fix CNE test trials (#267).

  • Update Catch2 to 2.13.4 (#268).

  • Fix typos in documentation (#270, #271).

  • Add clarifying comments in problems/ implementations (#276).

ensmallen 2.16.1: "Severely Dented Can Of Polyurethane"

2021-03-02
  • Fix test compilation issue when ENS_USE_OPENMP is set (#255).

  • Fix CNE initial population generation to use normal distribution (#258).

  • Fix compilation warnings (#259).

  • Remove AdamSchafferFunctionN2Test test from Adam test suite to prevent spurious issue on some aarch64 (#265).

ensmallen 2.16.0: "Severely Dented Can Of Polyurethane"

2021-02-11
  • Expand README with example installation and add simple example program showing usage of the L-BFGS optimizer (#248).

  • Refactor tests to increase stability and reduce random errors (#249).

ensmallen 2.15.1: "Why Can't I Manage To Grow Any Plants?"

2020-11-05
  • Fix include order to ensure traits is loaded before reports (#239).

ensmallen 2.15.0: "Why Can't I Manage To Grow Any Plants?"

2020-11-01
  • Make a few tests more robust (#228).

  • Add release date to version information. (#226)

  • Fix typo in release script (#236).

ensmallen 2.14.2: "No Direction Home"

2020-08-31
  • Fix implementation of fonesca fleming problem function f1 and f2 type usage and negative signs. (#223)

ensmallen 2.14.1: "No Direction Home"

2020-08-19
  • Fix release script (remove hardcoded information, trim leading whitespaces introduced by wc -l in MacOS) (#216, #220).

  • Adjust tolerance for AugLagrangian convergence based on element type (#217).

ensmallen 2.14.0: "No Direction Home"

2020-08-10
  • Add NSGA2 optimizer for multi-objective functions (#149).

  • Update automatic website update release script (#207).

  • Clarify and fix documentation for constrained optimizers (#201).

  • Fix L-BFGS convergence when starting from a minimum (#201).

  • Add optimizer summary report callback (#213).

ensmallen 2.13.0: "Automatically Automated Automation"

2020-07-15
  • Fix CMake package export (#198).

  • Allow early stop callback to accept a lambda function (#165).

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).

ensmallen 2.12.0: "Stir Crazy"

2020-03-28
  • Correction in the formulation of sigma in CMA-ES (#183).

  • Remove deprecated methods from PrimalDualSolver implementation (#185.

  • Update logo (#186).

ensmallen 2.11.5: "The Poster Session Is Full"

2020-03-11
  • Change "mathematical optimization" term to "numerical optimization" in the documentation (#177).

ensmallen 2.11.4: "The Poster Session Is Full"

2020-03-03
  • Require new HISTORY.md entry for each PR. (#171, #172, #175).

  • Update/fix example documentation (#174).

ensmallen 2.11.3: "The Poster Session Is Full"

2020-02-19
  • Prevent spurious compiler warnings (#161).

  • Fix minor memory leaks (#167).

  • Revamp CMake configuration (#152).

ensmallen 2.11.2: "The Poster Session Is Full"

2020-01-16
  • Allow callback instantiation for SGD based optimizer (#138).

  • Minor test stability fixes on i386 (#156).

  • Fix Lookahead MaxIterations() check. (#159).

ensmallen 2.11.1: "The Poster Session Is Full"

2019-12-28
  • Fix Lookahead Synchronization period type (#153).

ensmallen 2.11.0: "The Poster Session Is Full"

2019-12-24
  • Add Lookahead (#138).

  • Add AdaBound and AMSBound (#137).

ensmallen 2.10.5: "Fried Chicken"

2019-12-13
  • 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).

ensmallen 2.10.4: "Fried Chicken"

2019-11-18
  • Add optional tests building. (#141).

  • Make code samples collapsible in the documentation. (#140).

ensmallen 2.10.3: "Fried Chicken"

2019-09-26
  • Fix ParallelSGD runtime bug. (#135).

  • Add additional L-BFGS convergence check (#136).

ensmallen 2.10.2: "Fried Chicken"

2019-09-11
  • Add release script to rel/ for maintainers (#128).

  • Fix Armadillo version check (#133).

ensmallen 2.10.1: "Fried Chicken"

2019-09-10
  • Documentation fix for callbacks (#129.

  • Compatibility fixes for ensmallen 1.x (#131).

ensmallen 2.10.0: "Fried Chicken"

2019-09-07
  • All 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 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"

2019-08-12
  • Fix PSO return type bug (#126).

ensmallen 1.16.1: "Loud Alarm Clock"

2019-08-11
  • 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"

2019-08-09
  • 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).

ensmallen 1.15.1: "Wrong Side Of The Road"

2019-05-22
  • Fix -Wreorder in qhadam warning (#115).

  • Fix -Wunused-private-field warning in spsa (#115).

  • Add more warning output for gcc/clang (#116).

ensmallen 1.15.0: "Wrong Side Of The Road"

2019-05-14
  • Added QHAdam and QHSGD optimizers (#81).

ensmallen 1.14.4: "Difficult Crimp"

2019-05-12
  • Fixes for BigBatchSGD (#91).

ensmallen 1.14.3: "Difficult Crimp"

2019-05-06
  • Handle eig_sym() failures correctly (#100).

ensmallen 1.14.2: "Difficult Crimp"

2019-03-14
  • SPSA test tolerance fix (#97).

  • Minor documentation fixes (#95, #98).

  • Fix newlines at end of file (#92).

ensmallen 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.

ensmallen 1.14.0: "Difficult Crimp"

2019-02-20
  • Add DE optimizer (#77).

  • Fix for Cholesky decomposition in CMAES (#83).

ensmallen 1.13.2: "Coronavirus Invasion"

2019-02-18
  • Minor documentation fixes (#82).

ensmallen 1.13.1: "Coronavirus Invasion"

2019-01-24
  • Fix -Wreorder warning (#75).

ensmallen 1.13.0: "Coronavirus Invasion"

2019-01-14
  • Enhance options for AugLagrangian optimizer (#66).

  • Add SPSA optimizer (#69).

ensmallen 1.12.2: "New Year's Party"

2019-01-05
  • Fix list of contributors.

ensmallen 1.12.1: "New Year's Party"

2019-01-03
  • Make sure all files end with newlines.

ensmallen 1.12.0: "New Year's Party"

2018-12-30
  • 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).

ensmallen 1.11.1: "Jet Lag"

2018-11-29
  • Minor documentation fixes.

ensmallen 1.11.0: "Jet Lag"

2018-11-28
  • Add WNGrad optimizer.

  • Fix header name in documentation samples.

ensmallen 1.10.1: "Corporate Catabolism"

2018-11-16
  • Fixes for GridSearch optimizer.

  • Include documentation with release.

ensmallen 1.10.0: "Corporate Catabolism"

2018-10-20