paper-with-me

홈 › Papers

Resource Constrained Pathfinding with Enhanced Bidirectional A* Search

2024-12-18 · Saman Ahmadi, Andrea Raith, Guido Tack, Mahdi Jalili

The classic Resource Constrained Shortest Path (RCSP) problem aims to find a cost optimal path between a pair of nodes in a network such that the resources used in the path are within a given limit. Having been studied for over a decade, RCSP has seen recent solutions that utilize heuristic-guided search to solve the constrained problem faster. Building upon the bidirectional A* search paradigm, this research introduces a novel constrained search framework that uses efficient pruning strategies to allow for accelerated and effective RCSP search in large-scale networks. Results show that, compared to the state of the art, our enhanced framework can significantly reduce the constrained search time, achieving speed-ups of over to two orders of magnitude.

📄 PDF Abstract BibTeX arXiv:2412.13888

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Resource Constrained Pathfinding with A* and Negative Weights

2025-03-14 · Saman Ahmadi, Andrea Raith, Mahdi Jalili

Constrained pathfinding is a well-studied, yet challenging network optimisation problem that can be seen in a broad range of real-world applications. Pathfinding with multiple resource limits, which is known as the Resou…

Enhanced Methods for the Weight Constrained Shortest Path Problem

2022-07-29 · Saman Ahmadi, Guido Tack, Daniel Harabor, Philip Kilby 외

The classic problem of constrained pathfinding is a well-studied, yet challenging, topic in AI with a broad range of applications in various areas such as communication and transportation. The Weight Constrained Shortest…

A Neuromorphic Reinforcement Learning Framework for Efficient Pathfinding in Robotic Mobile Fulfillment Systems

2026-06-18 · Junzhe Xu, Zecui Zeng, Lusong Li, Yuetong Fang 외 arxiv

Dynamic environmental changes, confined workspaces, and stringent real-time constraints make pathfinding in Robotic Mobile Fulfillment Systems (RMFS) a challenging problem for conventional search- and rule-based methods,…

Knowledge DistillationReinforcement Learning

Graph Attention-Guided Search for Dense Multi-Agent Pathfinding

2025-10-20 · Rishabh Jain, Keisuke Okumura, Michael Amir, Amanda Prorok arxiv

Finding near-optimal solutions for dense multi-agent pathfinding (MAPF) problems in real-time remains challenging even for state-of-the-art planners. To this end, we develop a hybrid framework that integrates a learned h…

3D Pathfinding and Collision Avoidance Using Uneven Search-space Quantization and Visual Cone Search

2017-06-05 · Diptangshu Pandit

Pathfinding is a very popular area in computer game development. While two-dimensional (2D) pathfinding is widely applied in most of the popular game engines, little implementation of real three-dimensional (3D) pathfind…

Collision AvoidanceQuantization