Skip to content

blob42/mastermind-genetic-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Genetic Algorithm for solving the Master Mind game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages