Solve Traveling Salesman Problem by Monte Carlo Tree Search and Deep Neural Network

Zhihao Xing,Shikui Tu,Lei Xu
2020-01-01
Abstract:We present a self-learning approach that combines deep reinforcement learningand Monte Carlo tree search to solve the traveling salesman problem. Theproposed approach has two advantages. First, it adopts deep reinforcementlearning to compute the value functions for decision, which removes the need ofhand-crafted features and labelled data. Second, it uses Monte Carlo treesearch to select the best policy by comparing different value functions, whichincreases its generalization ability. Experimental results show that theproposed method performs favorably against other methods in small-to-mediumproblem settings. And it shows comparable performance as state-of-the-art inlarge problem setting.
What problem does this paper attempt to address?