SOTAVerified

Efficiently solving the thief orienteering problem with a max-min ant colony optimization approach

2021-09-21Code Available0· sign in to hype

Jonatas B. C. Chagas, Markus Wagner

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We tackle the Thief Orienteering Problem (ThOP), an academic multi-component problem that combines two classical combinatorial problems, namely the Knapsack Problem and the Orienteering Problem. In the ThOP, a thief has a time limit to steal items that distributed in a given set of cities. While traveling, the thief collects items by storing them in their knapsack, which in turn reduces the travel speed. The thief has as the objective to maximize the total profit of the stolen items. In this article, we present an approach that combines swarm-intelligence with a randomized packing heuristic. Our solution approach outperforms existing works on almost all the 432 benchmarking instances, with significant improvements.

Tasks

Reproductions