paper-with-me

Papers

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, Wensheng Zhang, Dongya Wang

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 Knapsack Problem (KP). Increasingly algorithms have been proposed for solving this novel problem that combines two interdependent sub-problems. In this paper, TTP is investigated theoretically and empirically. An algorithm based on the score value calculated by our proposed formulation in picking items and sorting items in the reverse order in the light of the scoring value is proposed to solve the problem. Different approaches for solving the TTP are compared and analyzed; the experimental investigations suggest that our proposed approach is very efficient in meeting or beating current state-of-the-art heuristic solutions on a comprehensive set of benchmark TTP instances.

📄 PDF Abstract BibTeX arXiv:2012.08888

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial Optimization

Similar Papers 제목 키워드 기반

Solving Travelling Thief Problems using Coordination Based Methods

2023-10-11 · Majid Namazi, M. A. Hakim Newton, Conrad Sanderson, Abdul Sattar

A travelling thief problem (TTP) is a proxy to real-life problems such as postal collection. TTP comprises an entanglement of a travelling salesman problem (TSP) and a knapsack problem (KP) since items of KP are scattere…

A Cooperative Coordination Solver for Travelling Thief Problems

2019-11-08 · Majid Namazi, Conrad Sanderson, M. A. Hakim Newton, Abdul Sattar

The travelling thief problem (TTP) is a representative of multi-component optimisation problems with interacting components. TTP combines the knapsack problem (KP) and the travelling salesman problem (TSP). A thief perfo…

Weighted-Scenario Optimisation for the Chance Constrained Travelling Thief Problem

2025-05-01 · Thilina Pathirage Don, Aneta Neumann, Frank Neumann

The chance constrained travelling thief problem (chance constrained TTP) has been introduced as a stochastic variation of the classical travelling thief problem (TTP) in an attempt to embody the effect of uncertainty in …

Evolutionary Algorithms

Drive, Pack, Fly: The Travelling Thief Problem with Drone

2026-08-17 · Kabir Murjani, Abhay Sobhanan arxiv

In collection operations, accumulating payload progressively slows the vehicle, imposing a cumulative penalty on routing efficiency. An onboard drone can offset this penalty by retrieving outlying items, thereby shorteni…

Reinforcement Learning

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 …