Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

Optimal Any-Angle Pathfinding In Practice

View through CrossRef
Any-angle pathfinding is a fundamental problem in robotics and computer games. The goal is to find a shortest path between a pair of points on a grid map such that the path is not artificially constrained to the points of the grid. Prior research has focused on approximate online solutions. A number of exact methods exist but they all require super-linear space and pre-processing time. In this study, we describe Anya: a new and optimal any-angle pathfinding algorithm. Where other works find approximate any-angle paths by searching over individual points from the grid, Anya finds optimal paths by searching over sets of states represented as intervals. Each interval is identified on-the-fly. From each interval Anya selects a single representative point that it uses to compute an admissible cost estimate for the entire set. Anya always returns an optimal path if one exists. Moreover it does so without any offline pre-processing or the introduction of additional memory overheads. In a range of empirical comparisons we show that Anya is competitive with several recent (sub-optimal) online and pre-processing based techniques and is up to an order of magnitude faster than the most common benchmark algorithm, a grid-based implementation of A*.
Title: Optimal Any-Angle Pathfinding In Practice
Description:
Any-angle pathfinding is a fundamental problem in robotics and computer games.
The goal is to find a shortest path between a pair of points on a grid map such that the path is not artificially constrained to the points of the grid.
Prior research has focused on approximate online solutions.
A number of exact methods exist but they all require super-linear space and pre-processing time.
In this study, we describe Anya: a new and optimal any-angle pathfinding algorithm.
Where other works find approximate any-angle paths by searching over individual points from the grid, Anya finds optimal paths by searching over sets of states represented as intervals.
Each interval is identified on-the-fly.
From each interval Anya selects a single representative point that it uses to compute an admissible cost estimate for the entire set.
Anya always returns an optimal path if one exists.
Moreover it does so without any offline pre-processing or the introduction of additional memory overheads.
In a range of empirical comparisons we show that Anya is competitive with several recent (sub-optimal) online and pre-processing based techniques and is up to an order of magnitude faster than the most common benchmark algorithm, a grid-based implementation of A*.

Related Results

Dpr10 and Nocte are required for Drosophila motor axon pathfinding
Dpr10 and Nocte are required for Drosophila motor axon pathfinding
AbstractThe paths axons travel to reach their targets and the subsequent synaptic connections they form are highly stereotyped. How cell surface proteins (CSPs) mediate these proce...
Adapting Pathfinding with Potential Energy
Adapting Pathfinding with Potential Energy
Movement through a computer game environment is an essential requirement of non-player characters (NPCs) in today’s computer games. Local movement is typically reactive and based o...
PENENTUAN PERGERAKAN NON-PLAYER CHARACTER MENGGUNAKAN ALGORITMA A* PADA GAME ACTION- ROLE-PLAYING GAME
PENENTUAN PERGERAKAN NON-PLAYER CHARACTER MENGGUNAKAN ALGORITMA A* PADA GAME ACTION- ROLE-PLAYING GAME
Abstrak— Game adalah salah satu bentuk dari animasi interaktif dimana player dapat berinteraksi dengan dunia game. Dalam sebuah game, salah satu unsur yang dapat dianggap penting u...
Physiological and biomechanical factors contributing to the hip adduction angle in female runners
Physiological and biomechanical factors contributing to the hip adduction angle in female runners
Running is a popular form of exercise that is accompanied by many health benefits. However, running also comes with a risk of overuse injuries. Women have a higher risk for overuse...
The Effect of Clinical Knee Measurement in Children with Genu Varus
The Effect of Clinical Knee Measurement in Children with Genu Varus
Abstract Introduction Children with genu varus needs frequent assessment and follow up that may need several radiographies. This study investigates the effectiveness of the clinica...

Back to Top