-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jacob Stachowicz edited this page Mar 6, 2020
·
1 revision
Welcome to the Travelling-Salesperson-Problem-Webpage wiki!
The Project Plan
plan for the website: W.I.P.
plan for the TSP Engine:
- Make this file read the dataset
- Make a distance matrix 2.1 (optional or later) MAKE ORDERED ADJENCENCY LISTS FOR EACH CITY
- make a initial tour (gready or random)
- Make tour improvement algorithms for example: 4.1 localRandom 4.2 Two opt 4.3 Two point Five opt
- find a way to print the results