Multiple AI algorithms which solve Magic Square.
To run test script simply type the following command from the root directory in a terminal:
python -m source.test.test
If you want to see statistics for the methods, simply type the following command(s) from the root directory in a terminal:
python -m source.test.test_stats
python -m source.test.test_statsplot
Have fun!