Skip to content

Releases: mlpack/ensmallen

ensmallen 2.12.1: "Stir Crazy"

21 Apr 17:50
Compare
Choose a tag to compare

Released April 20th, 2020.

  • 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"

28 Mar 17:07
Compare
Choose a tag to compare

Released March 28th, 2020.

  • 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"

12 Mar 01:06
Compare
Choose a tag to compare

Released Mar. 11th, 2020.

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

ensmallen 2.11.4: "The Poster Session Is Full"

03 Mar 17:35
Compare
Choose a tag to compare

Released March 3rd, 2020.

  • 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"

19 Feb 22:11
Compare
Choose a tag to compare

Released Feb. 19th, 2020.

  • Prevent spurious compiler warnings (#161).

  • Fix minor memory leaks (#167).

  • Revamp CMake configuration (#152).

ensmallen 2.11.2: "The Poster Session Is Full"

15 Jan 15:28
Compare
Choose a tag to compare

Released Jan. 16th, 2020.

  • 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"

28 Dec 16:41
Compare
Choose a tag to compare

Released Dec. 28th, 2019.

  • Fix Lookahead Synchronization period type (#153).

ensmallen 2.11.0: "The Poster Session Is Full"

25 Dec 04:11
Compare
Choose a tag to compare

Released Dec. 24th, 2019.

  • Add Lookahead (#138).
  • Add AdaBound and AMSBound (#137).

ensmallen 2.10.5: "Fried Chicken"

13 Dec 18:07
Compare
Choose a tag to compare

Released Dec. 13th, 2019.

  • 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"

19 Nov 00:23
Compare
Choose a tag to compare

Released Nov. 18th, 2019.

  • Add optional tests building. (#141)
  • Make code samples collapsible in the documentation. (#140)