Closed smh997 closed 1 year ago
@ehsanap7 We need a test generator to make some giant mazes for our experiment. These tests can show promising results for comparing our algorithms in different aspects.
We also require a validator to validate our mazes.
@smh997 As you mentioned I added a test generator for testing some giant mazes in [test_generator.py].
@smh997 Validation part is now available on validation.py to validate mazes, especially in giant cases.
The issue is done.
Test
Entering designed mazes to run the algorithms on them and discover how to compare our different algorithms.