Suboptimal variants of the conflict-based search algorithm for the multi-agent pathfinding problem

M Barer, G Sharon, R Stern, A Felner - Proceedings of the international …, 2014 - ojs.aaai.org
The task in the multi-agent path finding problem (MAPF) is to find paths for multiple agents,
each with a different start and goal position, such that agents do not collide. A successful …

[图书][B] Game AI pro: collected wisdom of game AI professionals

S Rabin - 2013 - books.google.com
This volume covers both the art and the technology of game AI. It includes core algorithms
that you'll need to succeed, such as behavior trees, utility theory, spatial representation, path …

[PDF][PDF] Bounded suboptimal search: A direct approach using inadmissible estimates

JT Thayer, W Ruml - IJCAI, 2011 - academia.edu
Bounded suboptimal search algorithms offer shorter solving times by sacrificing optimality
and instead guaranteeing solution costs within a desired factor of optimal. Typically these …

Best-first heuristic search for multicore machines

E Burns, S Lemons, W Ruml, R Zhou - Journal of Artificial Intelligence …, 2010 - jair.org
To harness modern multicore processors, it is imperative to develop parallel versions of
fundamental algorithms. In this paper, we compare different approaches to parallel best-first …

Anytime nonparametric A

J Van Den Berg, R Shah, A Huang… - Proceedings of the AAAI …, 2011 - ojs.aaai.org
Anytime variants of Dijkstra's and A* shortest path algorithms quickly produce a suboptimal
solution and then improve it over time. For example, ARA* introduces a weighting value" …

A comparison of greedy search algorithms

C Wilt, J Thayer, W Ruml - proceedings of the international symposium …, 2010 - ojs.aaai.org
We discuss the relationships between three approaches to greedy heuristic search: best-
first, hill-climbing, and beam search. We consider the design decisions within each family …

Learning inadmissible heuristics during search

J Thayer, A Dionne, W Ruml - Proceedings of the International …, 2011 - ojs.aaai.org
Suboptimal search algorithms offer shorter solving times by sacrificing guaranteed solution
optimality. While optimal searchalgorithms like A* and IDA* require admissible heuristics …

Efficient and asymptotically optimal kinodynamic motion planning via dominance-informed regions

Z Littlefield, KE Bekris - 2018 IEEE/RSJ International …, 2018 - ieeexplore.ieee.org
Motion planners have been recently developed that provide path quality guarantees for
robots with dynamics. This work aims to improve upon their efficiency, while maintaining …

[PDF][PDF] Anytime Focal Search with Applications.

L Cohen, M Greco, H Ma, C Hernández, A Felner… - IJCAI, 2018 - ijcai.org
Focal search (FS) is a bounded-suboptimal search (BSS) variant of A*. Like A*, it uses an
open list whose states are sorted in increasing order of their f-values. Unlike A*, it also uses …

Querying big graphs within bounded resources

W Fan, X Wang, Y Wu - Proceedings of the 2014 ACM SIGMOD …, 2014 - dl.acm.org
This paper studies the problem of querying graphs within bounded resources. Given a query
Q, a graph G and a small ratio α, it aims to answer Q in G by accessing only a fraction GQ of …