Examples for searching for solutions to the Traveling Salesman (or salesperson) problem
Directory structure:
├── design UML design documents
├── maps specific maps to run algorithms on
├── results results of algorithms on the maps
└── src source code
├── TravelingSalesPerson code representing the TSP case
├── Algorithms algorithms to solve the case
├── Tools tools to run algorithms
└── Visualize code to vizualize results and solutions
matplotlib
tkinter
pyscreenshot
See README.md in src directory