eva
eva copied to clipboard
A simple Java OOP evolutionary algorithm framework.
eva
A Java 6 OOP evolutionary algorithm framework.
"Evolutionary algorithm" is a concept from the field of artifical intelligence. It can help solve complicated problems that otherwise would require very much computational effort to be solved.
To start using it, simply add the following to your pom.xml:
<dependency>
<groupId>com.amihaiemil.ai</groupId>
<artifactId>eva</artifactId>
<version>1.1.0</version>
</dependency>
or download the fat jar.
More at http://eva.amihaiemil.com
and
http://www.amihaiemil.com/2016/04/20/project-eva.html