Parallel search-and-learn technique for solving large scale travelling-salesperson problems

作者:

Highlights:

摘要

Parallel processing has traditionally been used to achieve higher speed while solving computational problems of large size. The greater availability of parallel and distributed computing opens yet another dimension, where parallel computers can be used to obtain solutions of higher quality than uniprocessor solutions. The paper describes a search-and-learn technique for obtaining high quality solutions to the travelling salesperson problem (TSP). The combinatorial search space is decomposed so that multiple processors can simultaneously look for local optimal solutions in the subspaces. The local optima are then compared to ‘learn’ which moves are good; a move is defined to be good if all the search processes have voted in consensus for the move. On the basis of this learning, the original problem is transformed into a constrained optimization, where a constraint requires a specific edge to be included in the final tour. The constrained optimization problem is modelled as a TSP of smaller size, and is again solved using the parallel search technique. This process is repeated until a TSP of manageable size is reached which can be solved effectively; the tour obtained at this last stage is then expanded retrogressively until the tour for the original problem is obtained.The search-and-learn algorithm has been implemented on a Meiko transputer array of 32 nodes. The results of the implementation for benchmark problems are described.

论文关键词:combinatorial optimization,parallel algorithms,travelling salesperson problem

论文评审过程:Received 26 April 1993, Accepted 8 October 1993, Available online 19 February 2003.

论文官网地址:https://doi.org/10.1016/0950-7051(94)90003-5