Table of Contents
Fetching ...

Learning-guided iterated local search for the minmax multiple traveling salesman problem

Pengfei He, Jin-Kao Hao, Jinhui Xia

TL;DR

A leaning-driven iterated local search approach that combines an aggressive local search procedure with a probabilistic acceptance criterion to find high-quality local optimal solutions and a multi-armed bandit algorithm to select various removal and insertion operators to escape local optimal traps is proposed.

Abstract

The minmax multiple traveling salesman problem involves minimizing the longest tour among a set of tours. The problem is of great practical interest because it can be used to formulate several real-life applications. To solve this computationally challenging problem, we propose a leaning-driven iterated local search approach that combines an aggressive local search procedure with a probabilistic acceptance criterion to find high-quality local optimal solutions and a multi-armed bandit algorithm to select various removal and insertion operators to escape local optimal traps. Extensive experiments on 77 commonly used benchmark instances show that our algorithm achieves excellent results in terms of solution quality and running time. In particular, it achieves 32 new best-known results and matches the best-known results for 35 other instances. Additional experiments shed light on the understanding of the composing elements of the algorithm.

Learning-guided iterated local search for the minmax multiple traveling salesman problem

TL;DR

A leaning-driven iterated local search approach that combines an aggressive local search procedure with a probabilistic acceptance criterion to find high-quality local optimal solutions and a multi-armed bandit algorithm to select various removal and insertion operators to escape local optimal traps is proposed.

Abstract

The minmax multiple traveling salesman problem involves minimizing the longest tour among a set of tours. The problem is of great practical interest because it can be used to formulate several real-life applications. To solve this computationally challenging problem, we propose a leaning-driven iterated local search approach that combines an aggressive local search procedure with a probabilistic acceptance criterion to find high-quality local optimal solutions and a multi-armed bandit algorithm to select various removal and insertion operators to escape local optimal traps. Extensive experiments on 77 commonly used benchmark instances show that our algorithm achieves excellent results in terms of solution quality and running time. In particular, it achieves 32 new best-known results and matches the best-known results for 35 other instances. Additional experiments shed light on the understanding of the composing elements of the algorithm.
Paper Structure (19 sections, 13 equations, 3 figures, 9 tables, 2 algorithms)

This paper contains 19 sections, 13 equations, 3 figures, 9 tables, 2 algorithms.

Figures (3)

  • Figure 1: Comparative results of MILS with variant MILS$_0$ on the 77 instances.
  • Figure 2: Comparative results of MILS with two variants MILS$_1$ (with roulette-wheel strategy) and MILS$_2$ (with random strategy) on the 77 instances.
  • Figure 3: Comparative results of MILS with variant MILS$_L$ on the 77 instances.