The A* algorithm has been a key search algorithm and part of AI literature for a long time. It has applications in computational biology, natural lan- guage processing, pathfinding, puzzle solving, and more. The complexity of some of these applications has brought about many improvements and vari- ations of the original algorithm, and recent research has shown that using GPUs to accelerate A* search can achieve substantial speed-ups over con- ventional CPU-based implementations. Compute nodes with multiple GPUs have become commonplace, and techniques and methods for programming such systems is a popular area of research. We bring to life the first implementation of the A* search al- gorithm that distributes the search space across multiple...
The parallel computing power offered by graphic processing units (GPUs) has been recently exploited ...
This paper illustrates the design and implementation of a prototype ASP solver that is capable of ex...
In this paper we observe the possibility to accelerate a search algorithm for multiobjective optimiz...
A* search is a fundamental topic in artificial intelligence. Recently, the general purpose computat...
Exhaustive search is generally a last resort for solving a problem: each possible state of a system ...
In this paper we present how recent hardware revisions and newly introduced approaches to thread col...
Abstract—Optimized GPU kernels are sufficiently complicated to write that they often are specialized...
In this work, we describe a simple and powerful method to implement real-time multi-agent path-findin...
General purpose graphical processing units were proven to be useful for accelerating computationally...
Multi-agent path planning on grid maps is a challenging problem and has numerous real-life applicati...
Graph Pattern Mining (GPM) extracts higher-order information in a large graph by searching for small...
There is growing interest in studying large scale graphs having millions of vertices and billions of...
Abstract: Game tree search is a classical problem in the field of game theory and artificial intelli...
Every new desktop or laptop come equipped with a multicore, programmable graphic processing unit (GP...
AbstractIn this work, we describe a simple and powerful method to implement real-time multi-agent pa...
The parallel computing power offered by graphic processing units (GPUs) has been recently exploited ...
This paper illustrates the design and implementation of a prototype ASP solver that is capable of ex...
In this paper we observe the possibility to accelerate a search algorithm for multiobjective optimiz...
A* search is a fundamental topic in artificial intelligence. Recently, the general purpose computat...
Exhaustive search is generally a last resort for solving a problem: each possible state of a system ...
In this paper we present how recent hardware revisions and newly introduced approaches to thread col...
Abstract—Optimized GPU kernels are sufficiently complicated to write that they often are specialized...
In this work, we describe a simple and powerful method to implement real-time multi-agent path-findin...
General purpose graphical processing units were proven to be useful for accelerating computationally...
Multi-agent path planning on grid maps is a challenging problem and has numerous real-life applicati...
Graph Pattern Mining (GPM) extracts higher-order information in a large graph by searching for small...
There is growing interest in studying large scale graphs having millions of vertices and billions of...
Abstract: Game tree search is a classical problem in the field of game theory and artificial intelli...
Every new desktop or laptop come equipped with a multicore, programmable graphic processing unit (GP...
AbstractIn this work, we describe a simple and powerful method to implement real-time multi-agent pa...
The parallel computing power offered by graphic processing units (GPUs) has been recently exploited ...
This paper illustrates the design and implementation of a prototype ASP solver that is capable of ex...
In this paper we observe the possibility to accelerate a search algorithm for multiobjective optimiz...