diego-vicente / som-tsp

Solving the Traveling Salesman Problem using Self-Organizing Maps

Home Page:https://diego.codes/post/som-tsp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distributed TSP

mahdisn76 opened this issue · comments

Hi,
Is it possible to run the code in distributed mode? (Having several agents)

Currently not; and the algorithm is far from trivial to parallelize: it iterates the net updating each randomly chosen node's neighborhood, so there are no clear border conditions to be taken into account.

I'll go ahead and close the issue