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

https://github.com/marcusljx/eevee

Basic pluggable evolutionary computation
https://github.com/marcusljx/eevee

ec-experiment eevee evolutionary-algorithm evolutionary-algorithms machine-learning mutation

Last synced: 22 days ago
JSON representation

Basic pluggable evolutionary computation

Awesome Lists containing this project

README

          

# eevee
[ ![Codeship Status for marcusljx/eevee](https://app.codeship.com/projects/2154dd50-d4fa-0134-5db3-3ee0244dabcc/status?branch=master)](https://app.codeship.com/projects/202320)

Basic pluggable evolutionary computation

This project is a self-learning project for myself to learn interface-first test-driven development.
My goal for this project is to restrict myself to the following development routine.
* Write interfaces first
* Write tests next
* Write EC experiment pattern
* Then write the objects that can be used in each EC experiment.

## Product
I don't expect this to become a widely-used package for EC research, as this is just an experiment for me. But feel free to contribute!