paper-with-me

홈 › Papers

Clustered Orienteering Problem with Subgroups

2023-12-26 · Luciano E. Almeida, Douglas G. Macharet

This paper introduces an extension to the Orienteering Problem (OP), called Clustered Orienteering Problem with Subgroups (COPS). In this variant, nodes are arranged into subgroups, and the subgroups are organized into clusters. A reward is associated with each subgroup and is gained only if all of its nodes are visited; however, at most one subgroup can be visited per cluster. The objective is to maximize the total collected reward while attaining a travel budget. We show that our new formulation has the ability to model and solve two previous well-known variants, the Clustered Orienteering Problem (COP) and the Set Orienteering Problem (SOP), in addition to other scenarios introduced here. An Integer Linear Programming (ILP) formulation and a Tabu Search-based heuristic are proposed to solve the problem. Experimental results indicate that the ILP method can yield optimal solutions at the cost of time, whereas the metaheuristic produces comparable solutions within a more reasonable computational cost.

📄 PDF Abstract BibTeX arXiv:2312.16154

Code (1)

verlab/cops 공식 구현

Methods 이 논문이 사용한 방법론

Travel 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Searching k-Optimal Goals for an Orienteering Problem on a Specialized Graph with Budget Constraints

2020-11-02 · Abhinav Sharma, Advait Deshpande, Yanming Wang, Xinyi Xu 외

We propose a novel non-randomized anytime orienteering algorithm for finding k-optimal goals that maximize reward on a specialized graph with budget constraints. This specialized graph represents a real-world scenario wh…

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 …

Benchmarking

The Sea Exploration Problem: Data-driven Orienteering on a Continuous Surface

2018-02-05 · João Pedro Pedroso, Alpar Vajk Kramer, Ke Zhang

This paper describes a problem arising in sea exploration, where the aim is to schedule the expedition of a ship for collecting information about the resources on the seafloor. The aim is to collect data by probing on a …

Gaussian Processes

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…