Skip to content

A Genetic algorithm that constructs the entered string based only on how many chars in the string are correct. MasterMind Style.

Notifications You must be signed in to change notification settings

JohnDavidAnthony/Genetic-String-Guesser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Genetic-String-Guesser

A Genetic algorithm that constructs the entered string based only on how many chars in the string are correct. MasterMind Style.

Gif of the guesser being used

Installation

Requires Numpy https://docs.scipy.org/doc/numpy-1.14.2/user/install.html

Clone the repo and run in a terminal using python

i.e python3 genetic_word.py

change the string the algorithm builds with the -t flag python 3 genetic_word.py -t "A Genetic algorithm that constructs the entered string based only on how many chars in the string are correct. MasterMind Style."

Type -h for help and additonal options

TODO: Explain the code briefly

// // Created by John David Anthony on 2018-09-13. // Copyright © 2018 John David Anthony. All rights reserved. //

About

A Genetic algorithm that constructs the entered string based only on how many chars in the string are correct. MasterMind Style.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages