smh997 / Maze-Problem

Solving Maze Problem Using Different Algorithms
0 stars 0 forks source link

Test #10

Closed smh997 closed 1 year ago

smh997 commented 1 year ago

Test

Entering designed mazes to run the algorithms on them and discover how to compare our different algorithms.

smh997 commented 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.

ehsanap7 commented 1 year ago

@smh997 As you mentioned I added a test generator for testing some giant mazes in [test_generator.py].

ehsanap7 commented 1 year ago

@smh997 Validation part is now available on validation.py to validate mazes, especially in giant cases.

smh997 commented 1 year ago

The issue is done.