forked from cran/gramEvol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
33 lines (25 loc) · 1.4 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
gramEvol: Grammatical Evolution for R
=====================================
The files include source code and documentation of *gramEvol: Grammatical Evolution for R*.
A vignette is under preparation and is available at request.
### Contact Information
* Farzad Noorian <[email protected]> (Maintainer)
* Anthony Mihirana de Silva <[email protected]>
### Release and Development
The release version of this package is available on CRAN:
<http://cran.r-project.org/web/packages/gramEvol/index.html>
A developmental repository is available on github:
<https://github.com/fnoorian/gramEvol>
### Citation
This package was created using source files created for and used in:
Anthony Mihirana de Silva, Farzad Noorian, Richard I. A. Davis, and Philip H. W. Leong,
A hybrid feature selection and generation algorithm for electricity load prediction
using grammatical evolution, In IEEE 12th International Conference on Machine
Learning and Applications ICMLA 2013, special session on Machine Learning in
Energy Applications, pp. 211-217, 2013.
URL: <http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=6786110>.
Although the paper uses more advanced techniques, we would be more than happy
to be cited for this package.
### License
All files in this package are distributed under GNU GPL v2.0 or later license.
For full terms of this license visit <https://www.gnu.org/licenses/gpl-2.0.html>.