Skip to content

Files

Latest commit

 

History

History
11 lines (10 loc) · 545 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 545 Bytes

https://github.com/Damien3008/MP2

MP2

Mini project 2 for COMP 472 by Alex Ye, Damien Martins Gomes and Adrian Breiding

Running the program

  1. Open the Main.py file
  2. Specify the number of games you want to run by changing the upper limit of the for loop
  3. 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))
  4. Specify the name of your input file
  5. Choose your algorithm, by using r.ucs(), r.gbfs(heuristic) or r.A_star(heuristic)
  6. Run Main.py