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.
- Host: GitHub
- URL: https://github.com/decorators-squad/eva
- Owner: decorators-squad
- License: bsd-3-clause
- Archived: true
- Created: 2016-03-18T06:32:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T19:04:14.000Z (about 8 years ago)
- Last Synced: 2025-07-06T03:52:35.124Z (6 months ago)
- Topics: ai, evolutionary-algorithm, problem-solving
- Language: Java
- Homepage:
- Size: 21.5 MB
- Stars: 20
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-java - Eva
README

## eva
[](https://travis-ci.org/decorators-squad/eva)
[](https://coveralls.io/github/decorators-squad/eva?branch=master)
[](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