Skip to content

Commit c81b563

Browse files
committed
Update changelog
1 parent 9b4ec2f commit c81b563

File tree

2 files changed

+26
-13
lines changed

2 files changed

+26
-13
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: gramEvol
22
Type: Package
33
Title: Grammatical Evolution for R
44
Version: 2.1-3
5-
Date: 2015-11-11
5+
Date: 2016-07-04
66
Author: Farzad Noorian, Anthony Mihirana de Silva
77
Maintainer: Farzad Noorian <farzad.noorian@gmail.com>
88
Description: A native R implementation of grammatical evolution (GE). GE facilitates the discovery of programs that can achieve a desired goal. This is done by performing an evolutionary optimisation over a population of R expressions generated via a user-defined context-free grammar (CFG) and cost function.
Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,63 @@
1-
= News =
1+
# News
22

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
511

6-
2015-11-11 - Changes in version 2.1-2
712
* Changed contact email
813
* Added citation information
914
* Fixed global function imports in package namespace
1015

11-
2015-06-04 - Changes in version 2.1-1
16+
## 2015-06-04 - Changes in version 2.1-1
17+
1218
* Changed package's description, explaining what grammatical evolution is.
1319

14-
2015-06-03 - Changes in version 2.1-0
20+
## 2015-06-03 - Changes in version 2.1-0
21+
1522
* Added grammar rule concatenation
1623
* Added iterative grammar rule
1724
* Improved primitive function printing in the grammar
1825
* Fixed typos and cleaned up latex in the vignette
1926
* R-devel CRAN check compatibility fixes
2027

21-
2015-02-11 - Changes in version 2.0-2
28+
## 2015-02-11 - Changes in version 2.0-2
29+
2230
* R-devel CRAN check compatibility fix
2331

24-
2015-02-10 - Changes in version 2.0-1
32+
## 2015-02-10 - Changes in version 2.0-1
33+
2534
* New Vignettes
2635

27-
2014-12-09 - Changes in version 2.0-0
36+
## 2014-12-09 - Changes in version 2.0-0
37+
2838
* CreateGrammar accepts Expressions as well as strings
2939
* Added predefined multi-point crossover operator to Genetic Algorithm Implementation
3040
* New functions for iterating through the grammar
3141
* New Grammatical Exhaustive and Random Search Functions
3242
* New verbose functions to test expressions and grammatical generation
3343
* New print and summary overload for many objects
3444

35-
2014-10-21 - Changes in version 1.2-1
45+
## 2014-10-21 - Changes in version 1.2-1
46+
3647
* Added BNF file parser
3748
* CreateGrammar default value fixed
3849
* Brackets around grammar rule identifiers are optional now
3950
* Minor style improvements
4051

41-
2014-06-23 - Changes in version 1.1-1
52+
##2014-06-23 - Changes in version 1.1-1
53+
4254
* Added Some regression tests
4355
* Changed GA and GE default popsize and itercount to be more useful
4456
* Added NA and NaN handling for GA
4557
* Improved print function's styling
4658
* Changed GA genome len and range arguements name for more clarity
4759
* EvalExpression returns NA instead of NaN if expression is non-terminal
4860

49-
2014-05-20 - Changes in version 1.0-1
61+
## 2014-05-20 - Changes in version 1.0-1
62+
5063
* Public Release

0 commit comments

Comments
 (0)