Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartko-s/tsp2
www.kiwi.com challenge
https://github.com/bartko-s/tsp2
Last synced: 20 days ago
JSON representation
www.kiwi.com challenge
- Host: GitHub
- URL: https://github.com/bartko-s/tsp2
- Owner: bartko-s
- Created: 2018-11-11T21:54:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T22:12:27.000Z (about 6 years ago)
- Last Synced: 2024-11-10T02:14:03.843Z (3 months ago)
- Language: Go
- Homepage:
- Size: 22.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Travelling Salesman Challenge 2.0
My solution of [Travelling Salesman Challenge 2.0](https://travellingsalesman.kiwi.com/).
I used [simulated annealing algorithm](https://en.wikipedia.org/wiki/Simulated_annealing) and [Go](https://en.wikipedia.org/wiki/Go_(programming_language)) programing language.### How to use
- build GoLang program for your platform
- run within terminal `app.sh < ./data/3.in.txt`### Flags
| Name | Value | Description |
|:------------|:---------------|:-----------------------|
| duration | 5s | Max execution time |
| debug | true | Show debug information |
| cpu-profile | ./profile.prof | Enable cpu profiler |
| trace-log | ./trace.log | Enable trace log |