|
|
+ - tsp_local.py: this file contains all code used. the main function has lines in it to generate graphs for each of the hill climbing methods. simply comment out the one you want to run, comment out the rest (unless you want those to be generated as well), then run this file with "python3 tsp_local.py". Just ensure you have python3 version 3.5 or later, and all dependencies from the imports.
|