My solution of Travelling Salesman Challenge 2.0. I used simulated annealing algorithm and Go programing language.
- build GoLang program for your platform
- run within terminal
app.sh < ./data/3.in.txt
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 |