Abstract
This paper presents the results of a study on the A* search algorithm applied to a two-dimensional map with obstacles. Since, in typical cases, A* is implemented on a map divided into cells of equal size, a scientific interest has lies in investigating the efficiency of this algorithm on a map with dynamically variable cell size. Such a map representation increases the ‘resolution’ of constructing a better trajectory near obstacles. For this purpose, the paper proposes an approach to representing the search space as a dynamic adaptive grid using a QuadTree structure. Additionally, a modification of the A* algorithm has been proposed and investigated, which involves selecting the best cell in the neighborhood of the agent’s current position and performing pathfinding from a starting point to a goal. The paper considers maps of various sizes and complexities for numerical experiments and compares the classical and modified A* algorithms. It has been shown that the proposed modification of the A* algorithm demonstrates better computational properties than the classical version of the algorithm on an adaptive grid.
Published Version
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have
Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.