Skip to content

davda54/kiwi_tsp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Submission to Travelling Salesman Challenge 2.0

We have solved the problem by simulated annealing, which variously permutates the order of clusters. Initialization is done by a simple greedy algorithm.

We used simulated annealing because it can be executed very quickly, without any memory allocations (as opposed to more complex genetic algorithms), so it's ideal considering the rather short time limit -- 15 seconds for 300 clusters.

About

Submission to Travelling Salesman Challenge 2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • Python 0.8%