Skip to content

jfinkels/jmona

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Evolutionary algorithms framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages