ljvmiranda921 / comments.ljvmiranda921.github.io

Blog comments for my personal blog: ljvmiranda921.github.io
1 stars 0 forks source link

Solving the travelling salesman problem using ant colony optimization #13

Open ljvmiranda921 opened 3 years ago

ljvmiranda921 commented 3 years ago

Written on 11/01/2017 12:54:17

URL: https://ljvmiranda921.github.io/notebook/2017/01/18/ant-colony-optimization-tsp/

ljvmiranda921 commented 3 years ago

Comment written by MarcusOB on 01/28/2019 03:13:39

Hi is the map data available ? I'd like to compare results.

ljvmiranda921 commented 3 years ago

Comment written by Lj Miranda on 01/28/2019 04:15:46

Hi! You can find the map coordinate data here: http://elib.zib.de/pub/mp-t...

lidemokikon commented 3 years ago

how do i get this code?

ljvmiranda921 commented 3 years ago

Hi @lidemokikon , I'm sorry, I don't have the code anymore :disappointed: . However, you can find alot of Traveling Salesman implementations around given the language of your choice. One of my favorites is using localserver: https://www.localsolver.com/docs/last/exampletour/tsp.html