This package contains the code for solving the 8x8 broken chessboard puzzle, using a genetic algorithm approach.
Read more about it in the blog post here.
Just clone the repo, cd into it, and install with
pip install .You can find an example usage in the examples directory. Just run it with the following code
python examples/run_solution.pyand watch as the evolution folds in front of your eyes.
Have fun!