Hi Has anyone tried solving travelling salesman problem using Mahout? (could be any version) . If yes, I would like to know,
1. What is the format of input data? is it txt file or csv file or any other format. 2. do you have to divide the input data into so chunks? for example, if your tsp has 10k cities and you divided that into two 5k cities problems. (I understand running on hadoop will divide the data into chunks of 64mb or any other user defined, but was there any external division. I have not solved TSP using Mahout. Would appreciate if anyone could walk me thro the process of solving tsp. thanks
