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 …
Bounded suboptimal search algorithms offer shorter solving times by sacrificing optimality and instead guaranteeing solution costs within a desired factor of optimal. Typically these …
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 …
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" …
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 …
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 …
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 …
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 …
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 …