We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.AI

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Artificial Intelligence

Title: Neural Combinatorial Optimization with Reinforcement 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.
Comments: Under review as a conference paper at ICLR 2017
Subjects: Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Machine Learning (stat.ML)
Cite as: arXiv:1611.09940 [cs.AI]
  (or arXiv:1611.09940v3 [cs.AI] for this version)

Submission history

From: Irwan Bello [view email]
[v1] Tue, 29 Nov 2016 23:22:39 GMT (991kb)
[v2] Sun, 11 Dec 2016 00:31:39 GMT (986kb)
[v3] Thu, 12 Jan 2017 23:55:36 GMT (1036kb)

Link back to: arXiv, form interface, contact.