English

Neural Combinatorial Optimization with Reinforcement Learning

Artificial Intelligence 2017-01-16 v3 Machine Learning Machine Learning

Abstract

This paper presents a framework to tackle combinatorial optimization problems using neural networks and reinforcement learning. We focus on the traveling salesman problem (TSP) and train a recurrent network that, given a set of city coordinates, predicts a distribution over different city permutations. Using negative tour length as the reward signal, we optimize the parameters of the recurrent network using a policy gradient method. We compare learning the network parameters on a set of training graphs against learning them on individual test graphs. Despite the computational expense, without much engineering and heuristic designing, Neural Combinatorial Optimization achieves close to optimal results on 2D Euclidean graphs with up to 100 nodes. Applied to the KnapSack, another NP-hard problem, the same method obtains optimal solutions for instances with up to 200 items.

Keywords

Cite

@article{arxiv.1611.09940,
  title  = {Neural Combinatorial Optimization with Reinforcement Learning},
  author = {Irwan Bello and Hieu Pham and Quoc V. Le and Mohammad Norouzi and Samy Bengio},
  journal= {arXiv preprint arXiv:1611.09940},
  year   = {2017}
}

Comments

Under review as a conference paper at ICLR 2017

R2 v1 2026-06-22T17:08:49.015Z