25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
Chakib Benziane b8ab3a4b3f
Merge pull request #1 from sp4ke/add-license-1
Create LICENSE
6 yıl önce
LICENSE Create LICENSE 6 yıl önce
README.md add licence 9 yıl önce
gamm.py initial commit 9 yıl önce

README.md

AGPL License

Description:

This is an implementation of the Genetic Algorithm for solving the Master Mind game.

It is based on this Paper

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.

TODO:

  • Test check_play function
  • Use eliteratio when making in the generation process
  • Add CLI parameters for tweaking the algorithm
  • Add GUI
  • Use concurrency for generations