English

On Learning Paradigms for the Travelling Salesman Problem

Machine Learning 2019-11-01 v2 Machine Learning

Abstract

We explore the impact of learning paradigms on training deep neural networks for the Travelling Salesman Problem. We design controlled experiments to train supervised learning (SL) and reinforcement learning (RL) models on fixed graph sizes up to 100 nodes, and evaluate them on variable sized graphs up to 500 nodes. Beyond not needing labelled data, our results reveal favorable properties of RL over SL: RL training leads to better emergent generalization to variable graph sizes and is a key component for learning scale-invariant solvers for novel combinatorial problems.

Keywords

Cite

@article{arxiv.1910.07210,
  title  = {On Learning Paradigms for the Travelling Salesman Problem},
  author = {Chaitanya K. Joshi and Thomas Laurent and Xavier Bresson},
  journal= {arXiv preprint arXiv:1910.07210},
  year   = {2019}
}

Comments

Presented at the NeurIPS 2019 Graph Representation Learning Workshop

R2 v1 2026-06-23T11:45:07.648Z