中文
相关论文

相关论文: Revisiting the Problem of Searching on a Line

200 篇论文

We consider linear search for an escaping target whose speed and initial position are unknown to the searcher. A searcher (an autonomous mobile agent) is initially placed at the origin of the real line and can move with maximum speed $1$ in…

离散数学 · 计算机科学 2024-04-24 Jared Coleman , Dmitry Ivanov , Evangelos Kranakis , Danny Krizanc , Oscar Morales-Ponce

We study a variant of the searching problem where the environment consists of a known terrain and the goal is to obtain visibility of an unknown target point on the surface of the terrain. The searcher starts on the surface of the terrain…

计算几何 · 计算机科学 2024-01-03 Sarita de Berg , Nathan van Beusekom , Max van Mulken , Kevin Verbeek , Jules Wulms

We study the setting in which a mobile agent must locate a hidden target in a bounded or unbounded environment, with no information about the hider's position. In particular, we consider online search, in which the performance of the search…

数据结构与算法 · 计算机科学 2020-12-01 Spyros Angelopoulos , Malachi Voss

Inspired by the diverse set of technologies used in underground object detection and imaging, we introduce a novel multimodal linear search problem whereby a single searcher starts at the origin and must find a target that can only be…

离散数学 · 计算机科学 2025-03-03 Jared Coleman , Dmitry Ivanov , Evangelos Kranakis , Danny Krizanc , Oscar Morales Ponce

We introduce and study the general setting of weighted search in which a number of targets, each with a certain weight, are hidden in a star-like environment that consists of $m$ infinite, concurrent rays, with a common origin. A mobile…

数据结构与算法 · 计算机科学 2021-05-05 Spyros Angelopoulos , Konstantinos Panagiotou

Consider the following classical search problem: given a target point $p\in \Re$, starting at the origin, find $p$ with minimum cost, where cost is defined as the distance travelled. Let $D$ be the distance of $p$ from the origin. When no…

数据结构与算法 · 计算机科学 2014-11-05 Prosenjit Bose , Jean-Lou De Carufel

In search problems, a mobile searcher seeks to locate a target that hides in some unknown position of the environment. Such problems are typically considered to be of an on-line nature, in that the input is unknown to the searcher, and the…

数据结构与算法 · 计算机科学 2018-10-19 Spyros Angelopoulos , Christoph Dürr , Shendan Jin

We consider the problem of searching for rays (or lines) in the half-plane. The given problem turns out to be a very natural extension of the cow-path problem that is lifted into the half-plane and the problem can also directly be motivated…

计算几何 · 计算机科学 2025-12-19 Elmar Langetepe , Florian Gans

We consider the problem of searching for an object on a line at an unknown distance OPT from the original position of the searcher, in the presence of a cost of d for each time the searcher changes direction. This is a generalization of the…

数据结构与算法 · 计算机科学 2007-05-23 Erik D. Demaine , Sandor P. Fekete , Shmuel Gal

Consider search on an infinite line involving an autonomous robot starting at the origin of the line and an oblivious moving target at initial distance $d \geq 1$ from it. The robot can change direction and move anywhere on the line with…

分布式、并行与集群计算 · 计算机科学 2022-11-08 Jared Coleman , Evangelos Kranakis , Danny Krizanc , Oscar Morales-Ponce

We study the problem of searching for a target at some unknown location in $\mathbb{R}^d$ when additional information regarding the position of the target is available in the form of predictions. In our setting, predictions come as…

计算几何 · 计算机科学 2025-04-08 Sergio Cabello , Panos Giannopoulos

We study the classic problem in which a Searcher must locate a hidden point, also called the Hider in a network, starting from a root point. The network may be either bounded or unbounded, thus generalizing well-known settings such as…

最优化与控制 · 数学 2019-08-07 Spyros Angelopoulos , Thomas Lidbetter

We study online competitive algorithms for the \emph{line chasing problem} in Euclidean spaces $\reals^d$, where the input consists of an initial point $P_0$ and a sequence of lines $X_1,X_2,...,X_m$, revealed one at a time. At each step…

数据结构与算法 · 计算机科学 2019-09-23 Marcin Bienkowski , Jarosław Byrka , Marek Chrobak , Christian Coester , Łukasz Jeż , Elias Koutsoupias

We revisit the linear search problem where a robot, initially placed at the origin on an infinite line, tries to locate a stationary target placed at an unknown position on the line. Unlike previous studies, in which the robot travels along…

数据结构与算法 · 计算机科学 2017-01-12 Jurek Czyzowicz , Evangelos Kranakis , Danny Krizanc , Lata Narayanan , Jaroslav Opatrny , Sunil Shende

We present results on new variants of the famous linear search (or cow-path) problem that involves an agent searching for a target with unknown position on the infinite line. We consider the variant where the agent can move either at speed…

离散数学 · 计算机科学 2025-05-15 Jared Coleman , Oscar Morales-Ponce

We study the classic problem of searching for a hidden target in the line and the $m$-ray star, in a setting in which the searcher has some prediction on the hider's position. We first focus on the main metric for comparing search…

数据结构与算法 · 计算机科学 2024-01-01 Spyros Angelopoulos

We consider the problem of graph searching with prediction recently introduced by Banerjee et al. (2022). In this problem, an agent, starting at some vertex $r$ has to traverse a (potentially unknown) graph $G$ to find a hidden goal node…

数据结构与算法 · 计算机科学 2024-03-19 Adela Frances DePavia , Erasmo Tani , Ali Vakilian

Assume that a target is known to be present at an unknown point among a finite set of locations in the plane. We search for it using a mobile robot that has imperfect sensing capabilities. It takes time for the robot to move between…

We study the problem of searching for a hidden target in an environment that is modeled by an edge-weighted graph. A sequence of edges is chosen starting from a given root vertex such that each edge is adjacent to a previously chosen edge.…

最优化与控制 · 数学 2017-08-02 Spyros Angelopoulos , Christoph Dürr , Thomas Lidbetter

We consider the problem of finding a door along a wall with a blind robot that neither knows the distance to the door nor the direction towards of the door. This problem can be solved with the well-known doubling strategy yielding an…

计算几何 · 计算机科学 2010-12-24 Tom Kamphans , Elmar Langetepe
‹ 上一页 1 2 3 10 下一页 ›