Skip to content

Examples for searching for solutions to the Traveling Salesman (or salesperson) problem

License

Notifications You must be signed in to change notification settings

bterwijn/TravelingSalesPerson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TravelingSalesPerson

Examples for searching for solutions to the Traveling Salesman (or salesperson) problem

Overview

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

Optional Dependencies

matplotlib
tkinter
pyscreenshot

Reproduce results

See README.md in src directory

About

Examples for searching for solutions to the Traveling Salesman (or salesperson) problem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages