jfinkels / jmona
- Source
- Commits
- Network (1)
- Issues (9)
- Downloads (17)
- Wiki (5)
- Graphs
-
Branch:
master
jmona /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Jan 05 09:06:22 -0800 2010 | |
| |
COPYING | Tue Jan 05 08:59:03 -0800 2010 | |
| |
README | Tue Jan 05 16:51:59 -0800 2010 | |
| |
checkstyle.xml | Tue Jan 05 16:37:41 -0800 2010 | |
| |
formatter.xml | Tue Jan 05 08:59:03 -0800 2010 | |
| |
header_template.txt | Tue Jan 12 12:20:19 -0800 2010 | |
| |
pom.xml | Wed Jan 13 22:26:13 -0800 2010 | |
| |
src/ | Mon Jan 18 13:25:01 -0800 2010 |
README
jmona is a framework for creating evolutionary algorithms. It provides a basic, generic API for building customized instances of genetic algorithms, genetic programming, and other evolutionary algorithms. See the examples in "src/main/java/jmona/example/*", and the corresponding tests in "src/test/java/jmona/example/*". This software is released under the GPLv3; see COPYING for more information. I release all original images in "src/test/resources/jmona/example/monalisa/images/" to the Public Domain. See "http://wiki.github.com/jfinkels/jmona" for more information on using this project. For the impatient, read on. To build this package as a JAR, run mvn package To prepare this package for development in Eclipse (if you wish to do so), run mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true and mvn eclipse:configure-workspace -Declipse.workspace=/path/to/workspace Eclipse automatic source formatting rules can be found in "formatter.xml" in the top-level directory of this project. Checkstyle rules can be found in "checkstyle.xml" in the top-level directory of this project.
