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

decorators-squad/eva

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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