decorators-squad / eva

A simple Java OOP evolutionary algorithm framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple Java OOP evolutionary algorithm framework.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 98.7%Language:Shell 1.3%