You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
668 B
Markdown

9 years ago
[![AGPL License](http://img.shields.io/badge/license-AGPL%20v3-red.svg?style=flat-square)](http://opensource.org/licenses/AGPL-3.0)
9 years ago
Description:
============
This is an implementation of the Genetic Algorithm for solving the Master Mind
game.
It is based on this [Paper](https://lirias.kuleuven.be/bitstream/123456789/164803/1/kbi_0806.pdf)
The source code is configured for P=4 N=6 parameters with an average of 4 turns
to guess the color code for around 0.4 seconds.
9 years ago
TODO:
=====
- Test check_play function
- Use eliteratio when making in the generation process
9 years ago
- Add CLI parameters for tweaking the algorithm
- Add GUI
- Use concurrency for generations