中文
相关论文

相关论文: A Unifying Formalism for Shortest Path Problems wi…

200 篇论文

Through the development of efficient algorithms, data structures and preprocessing techniques, real-world shortest path problems in street networks are now very fast to solve. But in reality, the exact travel times along each arc in the…

最优化与控制 · 数学 2017-04-28 Trivikram Dokka , Marc Goerigk

In this work we introduce an implementation for which machine learning techniques helped improve the overall performance of an evolutionary algorithm for an optimization problem, namely a variation of robust minimum-cost path in graphs. In…

神经与进化计算 · 计算机科学 2021-02-04 Ricardo Di Pasquale , Javier Marenco

We study the earliest arrival problem in road networks with static time-dependent functions as arc weights. We propose and evaluate the following simple algorithm: (1) average the travel time in k time windows, (2) compute a shortest…

数据结构与算法 · 计算机科学 2017-07-03 Ben Strasser

Identifying shortest paths between nodes in a network is a common graph analysis problem that is important for many applications involving routing of resources. An adversary that can manipulate the graph structure could alter traffic…

社会与信息网络 · 计算机科学 2022-11-22 Benjamin A. Miller , Zohair Shafi , Wheeler Ruml , Yevgeniy Vorobeychik , Tina Eliassi-Rad , Scott Alfeld

Simple heuristics often show a remarkable performance in practice for optimization problems. Worst-case analysis often falls short of explaining this performance. Because of this, "beyond worst-case analysis" of algorithms has recently…

数据结构与算法 · 计算机科学 2020-02-28 Stefan Klootwijk , Bodo Manthey , Sander K. Visser

The efficacy of robust optimization spans a variety of settings with uncertainties bounded in predetermined sets. In many applications, uncertainties are affected by decisions and cannot be modeled with current frameworks. This paper takes…

最优化与控制 · 数学 2018-03-29 Omid Nohadani , Kartikey Sharma

This paper presents an optimal $\Theta(n \log n)$ algorithm for determining time-minimal rectilinear paths among $n$ transient rectilinear obstacles. An obstacle is transient if it exists in the scene only for a specific time interval,…

计算几何 · 计算机科学 2018-09-25 Anil Maheshwari , Arash Nouri , Jörg-Rüdiger Sack

The problem of finding the shortest path in a graph G(V, E) has been widely studied. However, in many applications it is necessary to compute an arbitrary number of them, k. Even though the problem has raised a lot of interest from…

数据结构与算法 · 计算机科学 2024-08-16 Carlos Linares López , Ian Herman

Efficient motion planning algorithms are of central importance for deploying robots in the real world. Unfortunately, these algorithms often drastically reduce the dimensionality of the problem for the sake of feasibility, thereby foregoing…

机器人学 · 计算机科学 2022-12-02 Alex Beaudin , Hsiu-Chin Lin

The Elementary Shortest-Path Problem(ESPP) seeks a minimum cost path from s to t that visits each vertex at most once. The presence of negative-cost cycles renders the problem NP-hard. We present a probabilistic method for finding…

机器学习 · 计算机科学 2025-08-05 Jingyi Chen , Xinyuan Zhang , Xinwu Qian

In this work we revisit the fundamental Single-Source Shortest Paths (SSSP) problem with possibly negative edge weights. A recent breakthrough result by Bernstein, Nanongkai and Wulff-Nilsen established a near-linear $O(m \log^8(n)…

数据结构与算法 · 计算机科学 2023-04-12 Karl Bringmann , Alejandro Cassis , Nick Fischer

Shortest path algorithms have played a key role in the past century, paving the way for modern day GPS systems to find optimal routes along static systems in fractions of a second. One application of these algorithms includes optimizing the…

数据结构与算法 · 计算机科学 2021-09-16 Tyler King , Michael Soltys

A problem studied in Systems Biology is how to find shortest paths in metabolic networks. Unfortunately, simple (i.e., graph theoretic) shortest paths do not properly reflect biochemical facts. An approach to overcome this issue is to use…

数据结构与算法 · 计算机科学 2010-12-23 Sandor Fekete , Tom Kamphans , Michael Stelzer

We propose an algorithm for solving the time-dependent shortest path problem in flow fields where the FIFO (first-in-first-out) assumption is violated. This problem variant is important for autonomous vehicles in the ocean, for example,…

机器人学 · 计算机科学 2019-09-06 James Ju Heon Lee , Chanyeol Yoo , Stuart Anstee , Robert Fitch

Path finding is a well-studied problem in AI, which is often framed as graph search. Any-angle path finding is a technique that augments the initial graph with additional edges to build shorter paths to the goal. Indeed, optimal algorithms…

人工智能 · 计算机科学 2021-04-15 Konstantin Yakovlev , Anton Andreychuk

The composition problem for shortest paths asks the following: given shortest paths on weighted graphs M and N which share a common boundary, find the shortest paths on their union. This problem is a crucial step in any algorithm which uses…

离散数学 · 计算机科学 2022-09-07 Jade Master

In this paper, a modification of A* algorithm is considered for the shortest path problem. A weightage is introduced in the heuristic part of the A* algorithm to improve its efficiency. An application of the algorithm is considered for UAV…

人工智能 · 计算机科学 2023-06-29 Renju Rajan

In this paper we consider shortest path problems in a directed graph where the transitions between nodes are subject to uncertainty. We use a minimax formulation, where the objective is to guarantee that a special destination state is…

数据结构与算法 · 计算机科学 2016-08-08 Dimitri Bertsekas

Given an undirected graph G, the edge orientation problem asks for assigning a direction to each edge to convert G into a directed graph. The aim is to minimize the maximum out degree of a vertex in the resulting directed graph. This…

数据结构与算法 · 计算机科学 2024-04-23 H. Reinstädtler , C. Schulz , B. Uçar

The single-source shortest path problem is a classical problem in the research field of graph algorithm. In this paper, a new single-source shortest path algorithm for nonnegative weight graph is proposed. The algorithm can compress…

数据结构与算法 · 计算机科学 2015-10-16 Yunpeng Li