decorators-squad / eva

Licence: BSD-3-Clause license
A simple Java OOP evolutionary algorithm framework.

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to eva

BFEdevSolutions
Solutions to problems that I solved on bigfrontend.dev
Stars: ✭ 21 (+16.67%)
Mutual labels:  problem-solving
Competitive-Programming-June-Course-
Problem Solving Ability Skills Course
Stars: ✭ 24 (+33.33%)
Mutual labels:  problem-solving
TetrisAI
The old school Tetris game in addition with an AI that learns evolutionary how to play this game
Stars: ✭ 24 (+33.33%)
Mutual labels:  evolutionary-algorithm
baps-bgd.github.io
This repository is used to maintain the site of BAPS. Please read the README if you are willing to contribute.
Stars: ✭ 17 (-5.56%)
Mutual labels:  problem-solving
pepcoding-dsa
This repository consists of all the material from my data structures and algorithms preparation.
Stars: ✭ 20 (+11.11%)
Mutual labels:  problem-solving
gh coding test
gahui_coding_test
Stars: ✭ 26 (+44.44%)
Mutual labels:  problem-solving
LeetCode
Competitive coding submissions at Leetcode goes here
Stars: ✭ 14 (-22.22%)
Mutual labels:  problem-solving
problem-solving
No description or website provided.
Stars: ✭ 56 (+211.11%)
Mutual labels:  problem-solving
evolvable
An evolutionary computation framework
Stars: ✭ 43 (+138.89%)
Mutual labels:  evolutionary-algorithm
Advent-of-Code-2019
My solutions for Advent of Code 2019
Stars: ✭ 14 (-22.22%)
Mutual labels:  problem-solving
Data-structures
Data Structures in Java
Stars: ✭ 13 (-27.78%)
Mutual labels:  problem-solving
Coding Problems
Solutions for various coding/algorithmic problems and many useful resources for learning algorithms and data structures
Stars: ✭ 2,221 (+12238.89%)
Mutual labels:  problem-solving
apxr run
A topology and parameter evolving universal learning network.
Stars: ✭ 14 (-22.22%)
Mutual labels:  evolutionary-algorithm
algoexpert-data-structures-algorithms
A collection of solutions for all problem statements on the AlgoExpert Coding Interview platform.
Stars: ✭ 134 (+644.44%)
Mutual labels:  problem-solving
paradiseo
An evolutionary computation framework to (automatically) build fast parallel stochastic optimization solvers
Stars: ✭ 73 (+305.56%)
Mutual labels:  evolutionary-algorithm
algorithm-training
The repository of problem solving (especially algorithm problems of computer science)
Stars: ✭ 23 (+27.78%)
Mutual labels:  problem-solving
Dino-AI
An AI to teach Google Chrome's dinosaur to jump obstacles.
Stars: ✭ 15 (-16.67%)
Mutual labels:  evolutionary-algorithm
19CSE100-Solving-and-Algorithmic-Thinking
19CSE100 - Problem Solving and Algorithmic Thinking (PSAT) - 1st Sem - B.E. (CSE-CYS) - ASC, CBE.
Stars: ✭ 76 (+322.22%)
Mutual labels:  problem-solving
hal-cgp
Cartesian genetic programming (CGP) in pure Python.
Stars: ✭ 20 (+11.11%)
Mutual labels:  evolutionary-algorithm
Algorithms and DS
The Algorithm Studies during the ACM-ICPC Lab lectures
Stars: ✭ 39 (+116.67%)
Mutual labels:  problem-solving

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].