A simple genetic algorithm to guess an unknown word
- I was inspired by this article: https://tech.io/playgrounds/334/genetic-algorithms/tools
- The algorithm guesses the unknown word entered by the user
- Execution can be seen here: https://streamable.com/at507
- works under python 3
- More information needs to be added later
- The logic is in the GeneticClass.py file
- ExmapleUsage.py - run this to see how the genetic algorithm is executed
To be added later
- Description for the class parameters is missing
- Unit tests have to be added
To be added later
Gabor Patassy – patex1987@gmail.com
https://github.com/patex1987
To be added later