https://github.com/Damien3008/MP2
Mini project 2 for COMP 472 by Alex Ye, Damien Martins Gomes and Adrian Breiding
- Open the Main.py file
- Specify the number of games you want to run by changing the upper limit of the for loop
- If you want to use a certain heuristic, choose your tupel in the following way (use heuristic yes=1/no=0, heuristic number, lambda (only h3))
- Specify the name of your input file
- Choose your algorithm, by using r.ucs(), r.gbfs(heuristic) or r.A_star(heuristic)
- Run Main.py