English

Improvements for mlrose applied to the Traveling Salesperson Problem

Neural and Evolutionary Computing 2024-04-16 v3

Abstract

In this paper we discuss the application of Artificial Intelligence (AI) to the exemplary industrial use case of the two-dimensional commissioning problem in a high-bay storage, which essentially can be phrased as an instance of Traveling Salesperson Problem (TSP). We investigate the mlrose library that provides an TSP optimizer based on various heuristic optimization techniques. Our focus is on two methods, namely Genetic Algorithm (GA) and Hill Climbing (HC), which are provided by mlrose. We present improvements for both methods that yield shorter tour lengths, by moderately exploiting the problem structure of TSP. That is, the proposed improvements have a generic character and are not limited to TSP only.

Keywords

Cite

@article{arxiv.2109.14392,
  title  = {Improvements for mlrose applied to the Traveling Salesperson Problem},
  author = {Stefan Wintersteller and Martin Uray and Michael Lehenauer and Stefan Huber},
  journal= {arXiv preprint arXiv:2109.14392},
  year   = {2024}
}

Comments

Journal Version of a Eurocast'22 submission