|
1 | | -= News = |
| 1 | +# News |
2 | 2 |
|
3 | | -2016-01-xx - Changes in version 2.1-3 |
4 | | - * Fix iteration parameter auto-set overrides manual value |
| 3 | +## 2016-07-04 - Changes in version 2.1-3 |
| 4 | + |
| 5 | + * Add a supress warnings option to `GrammaticalEvolution` optimizer |
| 6 | + * Update citation with the information from Journal of Statistical Software |
| 7 | + * Fix iteration parameter auto-set overriding manual value bug |
| 8 | + * Fix suggested initial chromosome bug (Thanks to danklotz) |
| 9 | + |
| 10 | +## 2015-11-11 - Changes in version 2.1-2 |
5 | 11 |
|
6 | | -2015-11-11 - Changes in version 2.1-2 |
7 | 12 | * Changed contact email |
8 | 13 | * Added citation information |
9 | 14 | * Fixed global function imports in package namespace |
10 | 15 |
|
11 | | -2015-06-04 - Changes in version 2.1-1 |
| 16 | +## 2015-06-04 - Changes in version 2.1-1 |
| 17 | + |
12 | 18 | * Changed package's description, explaining what grammatical evolution is. |
13 | 19 |
|
14 | | -2015-06-03 - Changes in version 2.1-0 |
| 20 | +## 2015-06-03 - Changes in version 2.1-0 |
| 21 | + |
15 | 22 | * Added grammar rule concatenation |
16 | 23 | * Added iterative grammar rule |
17 | 24 | * Improved primitive function printing in the grammar |
18 | 25 | * Fixed typos and cleaned up latex in the vignette |
19 | 26 | * R-devel CRAN check compatibility fixes |
20 | 27 |
|
21 | | -2015-02-11 - Changes in version 2.0-2 |
| 28 | +## 2015-02-11 - Changes in version 2.0-2 |
| 29 | + |
22 | 30 | * R-devel CRAN check compatibility fix |
23 | 31 |
|
24 | | -2015-02-10 - Changes in version 2.0-1 |
| 32 | +## 2015-02-10 - Changes in version 2.0-1 |
| 33 | + |
25 | 34 | * New Vignettes |
26 | 35 |
|
27 | | -2014-12-09 - Changes in version 2.0-0 |
| 36 | +## 2014-12-09 - Changes in version 2.0-0 |
| 37 | + |
28 | 38 | * CreateGrammar accepts Expressions as well as strings |
29 | 39 | * Added predefined multi-point crossover operator to Genetic Algorithm Implementation |
30 | 40 | * New functions for iterating through the grammar |
31 | 41 | * New Grammatical Exhaustive and Random Search Functions |
32 | 42 | * New verbose functions to test expressions and grammatical generation |
33 | 43 | * New print and summary overload for many objects |
34 | 44 |
|
35 | | -2014-10-21 - Changes in version 1.2-1 |
| 45 | +## 2014-10-21 - Changes in version 1.2-1 |
| 46 | + |
36 | 47 | * Added BNF file parser |
37 | 48 | * CreateGrammar default value fixed |
38 | 49 | * Brackets around grammar rule identifiers are optional now |
39 | 50 | * Minor style improvements |
40 | 51 |
|
41 | | -2014-06-23 - Changes in version 1.1-1 |
| 52 | +##2014-06-23 - Changes in version 1.1-1 |
| 53 | + |
42 | 54 | * Added Some regression tests |
43 | 55 | * Changed GA and GE default popsize and itercount to be more useful |
44 | 56 | * Added NA and NaN handling for GA |
45 | 57 | * Improved print function's styling |
46 | 58 | * Changed GA genome len and range arguements name for more clarity |
47 | 59 | * EvalExpression returns NA instead of NaN if expression is non-terminal |
48 | 60 |
|
49 | | -2014-05-20 - Changes in version 1.0-1 |
| 61 | +## 2014-05-20 - Changes in version 1.0-1 |
| 62 | + |
50 | 63 | * Public Release |
0 commit comments