An open API service indexing awesome lists of open source software.

https://github.com/decorators-squad/eva

A simple Java OOP evolutionary algorithm framework.
https://github.com/decorators-squad/eva

ai evolutionary-algorithm problem-solving

Last synced: 3 days ago
JSON representation

A simple Java OOP evolutionary algorithm framework.

Awesome Lists containing this project

README

          

## eva

[![Build Status](https://travis-ci.org/decorators-squad/eva.svg?branch=master)](https://travis-ci.org/decorators-squad/eva)
[![Coverage Status](https://coveralls.io/repos/github/decorators-squad/eva/badge.svg?branch=master&service=github)](https://coveralls.io/github/decorators-squad/eva?branch=master)
[![We recommend IntelliJ IDEA](http://amihaiemil.github.io/images/intellij-idea-recommend.svg)](https://www.jetbrains.com/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``:

```

com.amihaiemil.ai
eva
1.1.0

```

or download the fat jar.

More at http://eva.amihaiemil.com

and

http://www.amihaiemil.com/2016/04/20/project-eva.html