https://github.com/jastka4/pea_2
Project for university. Implementation of TSP algorithms (tabu search, simulated annealing)
https://github.com/jastka4/pea_2
cpp17 simulated-annealing tabu-search travelling-salesman-problem tsp
Last synced: 2 months ago
JSON representation
Project for university. Implementation of TSP algorithms (tabu search, simulated annealing)
- Host: GitHub
- URL: https://github.com/jastka4/pea_2
- Owner: jastka4
- Created: 2019-03-03T14:32:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T14:33:27.000Z (about 6 years ago)
- Last Synced: 2024-12-25T13:18:08.814Z (4 months ago)
- Topics: cpp17, simulated-annealing, tabu-search, travelling-salesman-problem, tsp
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pea_2
Second project for my Effective algorithms design class - tabu search for TSP.