@inproceedings{ae736d93866c42dd9f857fac46bbdeaf,
title = "Generalized adaptive A*",
abstract = "Agents often have to solve series of similar search problems. Adaptive A* is a recent incremental heuristic search algorithm that solves series of similar search problems faster than A* because it updates the h-values using information from previous searches. It basically transforms consistent h-values into more informed consistent h-values. This allows it to find shortest paths in state spaces where the action costs can increase over time since consistent h-values remain consistent after action cost increases. However, it is not guaranteed to find shortest paths in state spaces where the action costs can decrease over time because consistent h-values do not necessarily remain consistent after action cost decreases. Thus, the h-values need to get corrected after action cost decreases. In this paper, we show how to do that, resulting in Generalized Adaptive A* (GAA*) that finds shortest paths in state spaces where the action costs can increase or decrease over time. Our experiments demonstrate that Generalized Adaptive A* outperforms breadth-first search, A* and D* Lite for moving-target search, where D* Lite is an alternative state-of-the-art incremental heuristic search algorithm that finds shortest paths in state spaces where the action costs can increase or decrease over time.",
keywords = "A*, D*, Heuristic search, Incremental search, Lite, Moving-target search, Shortest paths",
author = "Xiaoxun Sun and Sven Koenig and William Yeoh",
year = "2008",
language = "English",
isbn = "9781605604701",
series = "Proceedings of the International Joint Conference on Autonomous Agents and Multiagent Systems, AAMAS",
publisher = "International Foundation for Autonomous Agents and Multiagent Systems (IFAAMAS)",
pages = "462--469",
booktitle = "7th International Joint Conference on Autonomous Agents and Multiagent Systems, AAMAS 2008",
note = "7th International Joint Conference on Autonomous Agents and Multiagent Systems, AAMAS 2008 ; Conference date: 12-05-2008 Through 16-05-2008",
}