Modular-Robotics-Group / modular-robotics

A set of tools to aid in research related to modular robots
MIT License
0 stars 2 forks source link

Add stress testing for AStar and BFS #29

Open gShahr opened 3 months ago

gShahr commented 3 months ago

The idea is to have generator to assert that they give the same response assuming the heuristic is monotone.

gShahr commented 3 months ago

Generation of another configuration given an initial and amount of moves was added.