paper-with-me

홈 › Papers

A Focal Any-Angle Path-finding Algorithm Based on A* on Visibility Graphs

2017-06-09 · Pei Cao, Zhaoyan Fan, Robert X. Gao, Jiong Tang

In this research, we investigate the subject of path-finding. A pruned version of visibility graph based on Candidate Vertices is formulated, followed by a new visibility check technique. Such combination enables us to quickly identify the useful vertices and thus find the optimal path more efficiently. The algorithm proposed is demonstrated on various path-finding cases. The performance of the new technique on visibility graphs is compared to the traditional A* on Grids, Theta* and A* on Visibility Graphs in terms of path length, number of nodes evaluated, as well as computational time. The key algorithmic contribution is that the new approach combines the merits of grid-based method and visibility graph-based method and thus yields better overall performance.

📄 PDF Abstract BibTeX arXiv:1706.03144

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Accelerating Focal Search in Multi-Agent Path Finding with Tighter Lower Bounds

2025-03-04 · Yimin Tang, Zhenghong Yu, Jiaoyang Li, Sven Koenig

Multi-Agent Path Finding (MAPF) involves finding collision-free paths for multiple agents while minimizing a cost function--an NP-hard problem. Bounded suboptimal methods like Enhanced Conflict-Based Search (ECBS) and Ex…

Computational EfficiencyMulti-Agent Path Findingvalid

Optimal and Bounded Suboptimal Any-Angle Multi-agent Pathfinding

2024-04-25 · Konstantin Yakovlev, Anton Andreychuk, Roni Stern

Multi-agent pathfinding (MAPF) is the problem of finding a set of conflict-free paths for a set of agents. Typically, the agents' moves are limited to a pre-defined graph of possible locations and allowed transitions bet…

Faster and More Robust Mesh-based Algorithms for Obstacle k-Nearest Neighbour

2018-08-13 · Shizhe Zhao, Daniel D. Harabor, David Taniar

We are interested in the problem of finding $k$ nearest neighbours in the plane and in the presence of polygonal obstacles ($\textit{OkNN}$). Widely used algorithms for OkNN are based on incremental visibility graphs, wh…

Towards Time-Optimal Any-Angle Path Planning With Dynamic Obstacles

2021-04-14 · Konstantin Yakovlev, Anton Andreychuk

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 any-angle path planning in static and dynamic environments

2026-06-30 · Yiyuan Zou, Clark Borst arxiv

Any-angle path planning extends traditional graph-based path planning by allowing movement between any pair of vertices, rather than being restricted by predefined edges. It can find straighter and shorter paths in conti…