Last change
on this file since 10771 was
10066,
checked in by gkronber, 11 years ago
|
#2026 added instructions on building, a short readme and the GPL license file.
|
File size:
862 bytes
|
Rev | Line | |
---|
[10066] | 1 | This is the source code of the GPDL (Genetic Programming Problem |
---|
| 2 | Definition Language) syntax analyser and compiler. |
---|
| 3 | |
---|
| 4 | Further information can be found on the website: |
---|
| 5 | http://dev.heuristiclab.com/GPDL |
---|
| 6 | |
---|
| 7 | and in the paper: G. K. Kronberger, M. Kommenda, S. Wagner, H. Dobler |
---|
| 8 | - GPDL: A Framework-Independent Problem Definition Language for |
---|
| 9 | Grammar Guided Genetic Programming, GECCO'13 Companion, Amsterdam, |
---|
| 10 | Netherlands, 2013, pp. 1333-1340 |
---|
| 11 | |
---|
| 12 | The subversion repository with all sources is |
---|
| 13 | http://dev.heuristiclab.com/svn/hl/core/branches/HeuristicLab.Problems.GPDL |
---|
| 14 | and can be checked out using the username 'anonyomous' and an empty |
---|
| 15 | password. |
---|
| 16 | |
---|
| 17 | For instructions on building the compiler read 'BUILDING' |
---|
| 18 | |
---|
| 19 | The GPDL compiler is released under the terms of the GNU GENERAL |
---|
| 20 | PUBLIC LICENSE Version 3 (GPL3). See the document COPYING for details |
---|
| 21 | |
---|
| 22 | Oct. 2013, Gabriel Kronberger |
---|
Note: See
TracBrowser
for help on using the repository browser.