decorators-squad / eva

A simple Java OOP evolutionary algorithm framework.
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link
ai evolutionary-algorithm problem-solving

eva

Build Status Coverage Status We recommend IntelliJ IDEA

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