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
- Host: GitHub
- URL: https://github.com/marcusljx/eevee
- Owner: marcusljx
- License: gpl-3.0
- Created: 2017-02-09T14:25:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T09:04:53.000Z (over 8 years ago)
- Last Synced: 2024-06-19T04:06:22.805Z (over 1 year ago)
- Topics: ec-experiment, eevee, evolutionary-algorithm, evolutionary-algorithms, machine-learning, mutation
- Language: Go
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eevee
[ ](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!