paper-with-me

Papers

An Optimized Hybrid Approach for Path Finding

2015-04-09 · Ahlam Ansari, Mohd Amin Sayyed, Khatija Ratlamwala, Parvin Shaikh

Path finding algorithm addresses problem of finding shortest path from source to destination avoiding obstacles. There exist various search algorithms namely A*, Dijkstra's and ant colony optimization. Unlike most path finding algorithms which require destination co-ordinates to compute path, the proposed algorithm comprises of a new method which finds path using backtracking without requiring destination co-ordinates. Moreover, in existing path finding algorithm, the number of iterations required to find path is large. Hence, to overcome this, an algorithm is proposed which reduces number of iterations required to traverse the path. The proposed algorithm is hybrid of backtracking and a new technique(modified 8- neighbor approach). The proposed algorithm can become essential part in location based, network, gaming applications. grid traversal, navigation, gaming applications, mobile robot and Artificial Intelligence.

📄 PDF Abstract BibTeX arXiv:1504.02281

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bridging Quantum and Classical Computing in Drug Design: Architecture Principles for Improved Molecule Generation

2025-06-01 · Andrew Smith, Erhan Guven

Hybrid quantum-classical machine learning offers a path to leverage noisy intermediate-scale quantum (NISQ) devices for drug discovery, but optimal model architectures remain unclear. We systematically optimize the quant…

Bayesian OptimizationDrug DesignDrug Discovery

The Optimized path for the public transportation of Incheon in South Korea

2023-09-18 · Soroor Malekmohammadi faradunbeh, Hongle Li, Mangkyu Kang, Choongjae Iim

Path-finding is one of the most popular subjects in the field of computer science. Pathfinding strategies determine a path from a given coordinate to another. The focus of this paper is on finding the optimal path for th…

Towards Information-Optimized Multi-Agent Path Finding: A Hybrid Framework with Reduced Inter-Agent Information Sharing

2025-10-10 · Bharath Muppasani, Ritirupa Dey, Biplav Srivastava, Vignesh Narayanan arxiv

Multi-agent pathfinding (MAPF) remains a critical problem in robotics and autonomous systems, where agents must navigate shared spaces efficiently while avoiding conflicts. Traditional centralized algorithms with global …

Reinforcement Learning

Hybrid Quantum-Classical Multi-Agent Pathfinding

2025-01-24 · Thore Gerlach, Loong Kuan Lee, Frédéric Barbaresco, Nico Piatkowski

Multi-Agent Path Finding (MAPF) focuses on determining conflict-free paths for multiple agents navigating through a shared space to reach specified goal locations. This problem becomes computationally challenging, partic…

Autonomous VehiclesMulti-Agent Path Finding

Multi-Goal Multi-Agent Path Finding via Decoupled and Integrated Goal Vertex Ordering

2020-09-10 · Pavel Surynek

We introduce multi-goal multi agent path finding (MAPF$^{MG}$) which generalizes the standard discrete multi-agent path finding (MAPF) problem. While the task in MAPF is to navigate agents in an undirected graph from the…

Heuristic SearchMulti-Agent Path FindingNavigate