Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 1.23 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.23 KB

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