Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 556 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 556 Bytes

Assignment_1

Urban Planning

To run the different urban planning variations, simply run them via your python3 install.

The program requires two arguments to run properly. The first is the path to the input file containing the number of zones to place and the cost map The second is the word genetic or hill to choose which mode to use. Please use those exact words, all lowercase.

For example, to run the file with Hill Climbing, using an input file in the same directory, run this command:

python3 urban_planning_main.py inputFile.txt hill