随机变化条件下高效动态路径规划的框架

A framework for efficient dynamic routing under stochastically varying conditions

Transportation Research, Series B: Methodological · 2022
被引 17
ABS 4

中文导读

针对道路网络中随机拥堵导致的延误问题,提出一种结合智能交通系统信息的随机过程模型,并开发了类似Dijkstra的edsger⋆算法,实现实时动态路径规划,以最小化期望出行时间。

Abstract

Despite measures to reduce congestion, occurrences of both recurrent and non-recurrent congestion cause large delays in road networks with important economic implications. Educated use of Intelligent Transportation Systems (ITS) can significantly reduce travel times. We focus on a dynamic stochastic shortest path problem: our objective is to minimize the expected travel time of a vehicle, assuming the vehicle may adapt the chosen route while driving. We introduce a new stochastic process that incorporates ITS information to model the uncertainties affecting congestion in road networks. A Markov-modulated background process tracks traffic events that affect the speed of travelers. The resulting continuous-time routing model allows for correlation between velocities on the arcs and incorporates both recurrent and non-recurrent congestion. Obtaining the optimal routing policy in the resulting semi-Markov decision process using dynamic programming is computationally intractable for realistic network sizes. To overcome this, we present the edsger⋆ algorithm, a Dijkstra-like shortest path algorithm that can be used dynamically with real-time response. We develop additional speed-up techniques that reduce the size of the network model. We quantify the performance of the algorithms by providing numerical examples that use road network detector data for The Netherlands.

交通工程运筹学智能交通系统算法设计