diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2014-10-18 15:37:55 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2014-10-18 15:37:55 +0200 |
commit | 7c4eea4912bd4b5d8d42eb5209ee0b04e591c7cd (patch) | |
tree | 1d6ff84257992028fd7421e24461ebb93c7a0bfd | |
parent | faa29b3bc881d392419e76f084cce9275e1ad548 (diff) | |
parent | 10a6f5b26088f4f9c49c4fec56a8899e86f089d2 (diff) |
Merge branch 'master' of https://bitbucket.org/epedroni/jcgp
-rw-r--r-- | README.txt | 30 |
1 files changed, 17 insertions, 13 deletions
@@ -1,13 +1,17 @@ -Welcome to JCGP, a Java implementation of Julian Miller's -Cartesian Genetic Programming. This project was originally -developed as a Masters thesis but is now open to the public, -so feel free to use and modify it. - -The wiki is currently under construction, but a thorough -user manual can be found under downloads in the meantime. -The Javadoc pages for the project are hosted at: -http://epedroni.bitbucket.org/jcgpdocs/. - -Bitbucket allows issue tracking, so check the currently open -issues to get more information on what needs to be done next: -https://bitbucket.org/epedroni/jcgp/issues?status=new&status=open +Welcome to JCGP, a Java implementation of Julian Miller's
+Cartesian Genetic Programming. This project was originally
+developed as a Masters thesis but is now open to the public,
+so feel free to use and modify it.
+
+The wiki is currently under construction, but a thorough
+user manual can be found under downloads in the meantime.
+The Javadoc pages for the project are hosted at:
+http://epedroni.bitbucket.org/jcgpdocs/
+
+Bitbucket allows issue tracking, so check the currently open
+issues to get more information on what needs to be done next:
+https://bitbucket.org/epedroni/jcgp/issues?status=new&status=open
+
+For the sake of organisation, it would be best if new branches were
+made for each issue, and merged to the development branch once the
+feature is complete.
\ No newline at end of file |