Memory-Based Heuristics for Explicit State Spaces
Abstract
In many scenarios, quickly solving a relatively small search problem with an arbitrary start and arbitrary goal state is important (e.g., GPS navigation). In order to speed this process, we introduce a new class of memory-based heuristics, called true distance heuristics, that store true distances between some pairs of states in the original state space can be used for a heuristic between any pair of states. We provide a number of techniques for using and improving true distance heuristics such that most of the benefits of the all-pairs shortest-path computation can be gained with less than 1% of the memory. Experimental results on a number of domains show a 6-14 fold improvement in search speed compared to traditional heuristics. Nathan R. Sturtevant, Ariel Felner, Max Barrer, Jonathan Schaeffer, Neil Burch
Cite
Text
Sturtevant et al. "Memory-Based Heuristics for Explicit State Spaces." International Joint Conference on Artificial Intelligence, 2009.Markdown
[Sturtevant et al. "Memory-Based Heuristics for Explicit State Spaces." International Joint Conference on Artificial Intelligence, 2009.](https://mlanthology.org/ijcai/2009/sturtevant2009ijcai-memory/)BibTeX
@inproceedings{sturtevant2009ijcai-memory,
title = {{Memory-Based Heuristics for Explicit State Spaces}},
author = {Sturtevant, Nathan R. and Felner, Ariel and Barer, Max and Schaeffer, Jonathan and Burch, Neil},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2009},
pages = {609-614},
url = {https://mlanthology.org/ijcai/2009/sturtevant2009ijcai-memory/}
}