maps - Travelling Salesman with latitude/longitude coordinates? -
travelling salesman latitude/longitude coordinates?
i reading many heuristics tsp , many use euclidian x/y coordinates. have data latitude , longitude, how use heuristics? is, there meaningful way go latitude/longitude x/y coordinates?
thanks
for score function, can use pythagoras directly on latitude , longitude calculate distance between 2 points.
to visualize in panel specific width , height, take @ latitudelongitudetranslator (java, open source, asl 2.0) used in tsp gui.
Comments
Post a Comment