|
2 | 2 |
|
3 | 3 | - Upgraded to ensmallen 2.17.0: "Pachis Din Me Pesa Double" (2021-07-06) |
4 | 4 | - CheckArbitraryFunctionTypeAPI extended for MOO support |
5 | | - ([#283](https://github.com/mlpack/ensmallen/pull/283)). |
| 5 | + (mlpack/ensmallen#283). |
6 | 6 | - Refactor NSGA2 |
7 | | - ([#263](https://github.com/mlpack/ensmallen/pull/263), |
8 | | - [#304](https://github.com/mlpack/ensmallen/pull/304)). |
| 7 | + (mlpack/ensmallen#263, |
| 8 | + mlpack/ensmallen#304). |
9 | 9 | - Add Indicators for Multiobjective optimizers |
10 | | - ([#285](https://github.com/mlpack/ensmallen/pull/285)). |
| 10 | + (mlpack/ensmallen#285). |
11 | 11 | - Make Callback flexible for MultiObjective Optimizers |
12 | | - ([#289](https://github.com/mlpack/ensmallen/pull/289)). |
| 12 | + (mlpack/ensmallen#289). |
13 | 13 | - Add ZDT Test Suite |
14 | | - ([#273](https://github.com/mlpack/ensmallen/pull/273)). |
| 14 | + (mlpack/ensmallen#273). |
15 | 15 | - Add MOEA-D/DE Optimizer |
16 | | - ([#269](https://github.com/mlpack/ensmallen/pull/269)). |
| 16 | + (mlpack/ensmallen#269). |
17 | 17 | - Introduce Policy Methods for MOEA/D-DE |
18 | | - ([#293](https://github.com/mlpack/ensmallen/pull/293)). |
| 18 | + (mlpack/ensmallen#293). |
19 | 19 | - Add Das-Dennis weight initialization method |
20 | | - ([#295](https://github.com/mlpack/ensmallen/pull/295)). |
| 20 | + (mlpack/ensmallen#295). |
21 | 21 | - Add Dirichlet Weight Initialization |
22 | | - ([#296](https://github.com/mlpack/ensmallen/pull/296)). |
| 22 | + (mlpack/ensmallen#296). |
23 | 23 | - Improved installation and compilation instructions |
24 | | - ([#300](https://github.com/mlpack/ensmallen/pull/300)). |
| 24 | + (mlpack/ensmallen#300). |
25 | 25 | - Disable building the tests by default for faster installation |
26 | | - ([#303](https://github.com/mlpack/ensmallen/pull/303)). |
| 26 | + (mlpack/ensmallen#303). |
27 | 27 | - Modify matrix initialisation to take into account |
28 | 28 | default element zeroing in Armadillo 10.5 |
29 | | - ([#305](https://github.com/mlpack/ensmallen/pull/305)). |
| 29 | + (mlpack/ensmallen#305). |
30 | 30 |
|
31 | 31 | # RcppEnsmallen 0.2.16.2.1 (GitHub-only Release) |
32 | 32 |
|
33 | 33 | - Upgraded to ensmallen 2.16.2: "Severely Dented Can Of Polyurethane" (2021-03-25) |
34 | 34 | - Fix CNE test trials |
35 | | - ([#267](https://github.com/mlpack/ensmallen/pull/267)). |
| 35 | + (mlpack/ensmallen#267). |
36 | 36 | - Update Catch2 to 2.13.4 |
37 | | - ([#268](https://github.com/mlpack/ensmallen/pull/268)). |
| 37 | + (mlpack/ensmallen#268). |
38 | 38 | - Fix typos in documentation |
39 | | - ([#270](https://github.com/mlpack/ensmallen/pull/270), |
40 | | - [#271](https://github.com/mlpack/ensmallen/pull/271)). |
| 39 | + (mlpack/ensmallen#270, |
| 40 | + mlpack/ensmallen#271). |
41 | 41 | - Add clarifying comments in problems/ implementations |
42 | | - ([#276](https://github.com/mlpack/ensmallen/pull/276)). |
| 42 | + (mlpack/ensmallen#276). |
43 | 43 | - Remove `AdamSchafferFunctionN2Test` test from Adam test suite to prevent |
44 | | - spurious issue on some aarch64 ([#265](https://github.com/mlpack/ensmallen/pull/259)). |
| 44 | + spurious issue on some aarch64 (mlpack/ensmallen#259). |
45 | 45 |
|
46 | 46 | # RcppEnsmallen 0.2.16.1.1 |
47 | 47 |
|
48 | 48 | - Upgraded to ensmallen 2.16.1: "Severely Dented Can Of Polyurethane" (2021-03-04) |
49 | 49 | - Fix test compilation issue when `ENS_USE_OPENMP` is set |
50 | | - ([#255](https://github.com/mlpack/ensmallen/pull/255)). |
| 50 | + (mlpack/ensmallen#255). |
51 | 51 | - Fix CNE initial population generation to use normal distribution |
52 | | - ([#258](https://github.com/mlpack/ensmallen/pull/258)). |
| 52 | + (mlpack/ensmallen#258). |
53 | 53 | - Fix compilation warnings |
54 | | - ([#259](https://github.com/mlpack/ensmallen/pull/259)). |
| 54 | + (mlpack/ensmallen#259). |
55 | 55 |
|
56 | 56 | # RcppEnsmallen 0.2.16.0.1 (GitHub-Only Release) |
57 | 57 |
|
58 | 58 | - Upgraded to ensmallen 2.16.0: "Severely Dented Can Of Polyurethane" (2021-02-19) |
59 | 59 | - Expand README with example installation and add simple example program |
60 | 60 | showing usage of the L-BFGS optimizer |
61 | | - ([#248](https://github.com/mlpack/ensmallen/pull/248)). |
| 61 | + (mlpack/ensmallen#248). |
62 | 62 | - Refactor tests to increase stability and reduce random errors |
63 | | - ([#249](https://github.com/mlpack/ensmallen/pull/249)). |
| 63 | + (mlpack/ensmallen#249). |
64 | 64 |
|
65 | 65 |
|
66 | 66 | # RcppEnsmallen 0.2.15.1.1 |
67 | 67 |
|
68 | 68 | - Upgraded to ensmallen 2.15.1: "Why Can't I Manage To Grow Any Plants?" (2020-11-05) |
69 | 69 | - Fix include order to ensure traits is loaded before reports |
70 | | - ([#239](https://github.com/mlpack/ensmallen/pull/239)). |
| 70 | + (mlpack/ensmallen#239). |
71 | 71 |
|
72 | 72 | # RcppEnsmallen 0.2.15.0.1 |
73 | 73 |
|
74 | 74 | - Upgraded to ensmallen 2.15.0: "No Direction Home" (2020-11-03) |
75 | 75 | - Make a few tests more robust |
76 | | - ([#228](https://github.com/mlpack/ensmallen/pull/228)). |
77 | | - - Add release date to version information. ([#226](https://github.com/mlpack/ensmallen/pull/226)) |
| 76 | + (mlpack/ensmallen#228). |
| 77 | + - Add release date to version information. (mlpack/ensmallen#226) |
78 | 78 | - Fix typo in release script |
79 | | - ([#236](https://github.com/mlpack/ensmallen/pull/236)). |
| 79 | + (mlpack/ensmallen#236). |
80 | 80 | - Add optimizer summary report callback |
81 | | - ([#213](https://github.com/mlpack/ensmallen/pull/213)). |
| 81 | + (mlpack/ensmallen#213). |
82 | 82 |
|
83 | 83 | # RcppEnsmallen 0.2.14.2.1 |
84 | 84 |
|
85 | 85 | - Upgraded to ensmallen 2.14.2: "No Direction Home" (2020-09-05) |
86 | 86 | - Fix implementation of fonesca fleming problem function f1 and f2 |
87 | | - type usage and negative signs. ([#223](https://github.com/mlpack/ensmallen/pull/223)) |
| 87 | + type usage and negative signs. (mlpack/ensmallen#223) |
88 | 88 |
|
89 | 89 | # RcppEnsmallen 0.2.14.1.1 |
90 | 90 |
|
91 | 91 | - Upgraded to ensmallen 2.14.1: "No Direction Home" (2020-08-21) |
92 | 92 | - Fix release script (remove hardcoded information, trim leading |
93 | 93 | whitespaces introduced by `wc -l` in MacOS) |
94 | | - ([#216](https://github.com/mlpack/ensmallen/pull/216), [#220](https://github.com/mlpack/ensmallen/pull/220)). |
95 | | - - Adjust tolerance for AugLagrangian convergence based on element type ([#217](https://github.com/mlpack/ensmallen/pull/217)). |
96 | | - - Add NSGA2 optimizer for multi-objective functions ([#149](https://github.com/mlpack/ensmallen/pull/149)). |
97 | | - - Update automatic website update release script ([#207](https://github.com/mlpack/ensmallen/pull/207)). |
98 | | - - Clarify and fix documentation for constrained optimizers ([#201](https://github.com/mlpack/ensmallen/pull/201)). |
99 | | - - Fix L-BFGS convergence when starting from a minimum ([#201](https://github.com/mlpack/ensmallen/pull/201)). |
| 94 | + (mlpack/ensmallen#216, mlpack/ensmallen#220). |
| 95 | + - Adjust tolerance for AugLagrangian convergence based on element type (mlpack/ensmallen#217). |
| 96 | + - Add NSGA2 optimizer for multi-objective functions (mlpack/ensmallen#149). |
| 97 | + - Update automatic website update release script (mlpack/ensmallen#207). |
| 98 | + - Clarify and fix documentation for constrained optimizers (mlpack/ensmallen#201). |
| 99 | + - Fix L-BFGS convergence when starting from a minimum (mlpack/ensmallen#201). |
100 | 100 | - Switch GitHub Actions to use reference tags to always be up-to-date with |
101 | 101 | CRAN's check grid (`oldrel`, `release`, `devel`). ([#29](https://github.com/coatless/rcppensmallen/pull/29), |
102 | 102 | [#32](https://github.com/coatless/rcppensmallen/pull/32)) |
|
107 | 107 |
|
108 | 108 | - Upgraded to ensmallen 2.13.0: "Automatically Automated Automation" (2020-07-15) |
109 | 109 | - Fix CMake package export |
110 | | - ([#198](https://github.com/mlpack/ensmallen/pull/198)). |
| 110 | + (mlpack/ensmallen#198). |
111 | 111 | - Allow early stop callback to accept a lambda function |
112 | | - ([#165](https://github.com/mlpack/ensmallen/pull/165)). |
| 112 | + (mlpack/ensmallen#165). |
113 | 113 |
|
114 | 114 | # RcppEnsmallen 0.2.12.1.1 |
115 | 115 |
|
|
0 commit comments