paper-with-me

Papers

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

2021-09-21 · Jonatas B. C. Chagas, Markus Wagner

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.

📄 PDF Abstract BibTeX arXiv:2109.13103

Code (1)

jonatasbcchagas/acoplusplus_thop 공식 구현

Tasks

Benchmarking

Methods 이 논문이 사용한 방법론

Travel 설명 없음

Similar Papers 제목 키워드 기반

Ants can orienteer a thief in their robbery

2020-04-15 · Jonatas B. C. Chagas, Markus Wagner

The Thief Orienteering Problem (ThOP) is a multi-component problem that combines features of two classic combinatorial optimization problems: Orienteering Problem and Knapsack Problem. The ThOP is challenging due to the …

BenchmarkingCombinatorial Optimization

A Benchmark for Multi-UAV Task Assignment of an Extended Team Orienteering Problem

2020-09-01 · Kun Xiao, Junqi Lu, Ying Nie, Lan Ma 외

A benchmark for multi-UAV task assignment is presented in order to evaluate different algorithms. An extended Team Orienteering Problem is modeled for a kind of multi-UAV task assignment problem. Three intelligent algori…

On Solving Close Enough Orienteering Problems with Overlapped Neighborhoods

2023-10-06 · Qiuchen Qian, Yanran Wang, David Boyle

Close Enough Traveling Salesman Problem (CETSP) is a well-known variant of TSP whereby the agent may complete its mission at any point within a target neighborhood. Heuristics based on overlapped neighborhoods, known as …

global-optimizationTraveling Salesman Problem

Exact Approaches for the Travelling Thief Problem

2017-08-01 · Junhua Wu, Markus Wagner, Sergey Polyakovskiy, Frank Neumann

Many evolutionary and constructive heuristic approaches have been introduced in order to solve the Traveling Thief Problem (TTP). However, the accuracy of such approaches is unknown due to their inability to find global …

Solving the Travelling Thief Problem based on Item Selection Weight and Reverse Order Allocation

2020-12-16 · Lei Yang, Zitong Zhang, Xiaotian Jia, Peipei Kang 외

The Travelling Thief Problem (TTP) is a challenging combinatorial optimization problem that attracts many scholars. The TTP interconnects two well-known NP-hard problems: the Travelling Salesman Problem (TSP) and the 0-1…

Combinatorial Optimization