Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 |