Heuristic Search for Large Problems With Real Costs

Authors

  • Matthew Hatem University of New Hampshire
  • Ethan Burns University of New Hampshire
  • Wheeler Ruml University of New Hampshire

DOI:

https://doi.org/10.1609/aaai.v25i1.7826

Abstract

The memory requirements of basic best-first heuristic search algorithms like A* make them infeasible for solving large problems. External disk storage is cheap and plentiful com- pared to the cost of internal RAM. Unfortunately, state-of- the-art external memory search algorithms either rely on brute-force search techniques, such as breadth-first search, or they rely on all node values falling in a narrow range of in- tegers, and thus perform poorly on real-world domains with real-valued costs. We present a new general-purpose algo- rithm, PEDAL, that uses external memory and parallelism to perform a best-first heuristic search capable of solving large problems with real costs. We show theoretically that PEDAL is I/O efficient and empirically that it is both better on a stan- dard unit-cost benchmark, surpassing internal IDA* on the 15-puzzle, and gives far superior performance on problems with real costs.

Downloads

Published

2011-08-04

How to Cite

Hatem, M., Burns, E., & Ruml, W. (2011). Heuristic Search for Large Problems With Real Costs. Proceedings of the AAAI Conference on Artificial Intelligence, 25(1), 30-35. https://doi.org/10.1609/aaai.v25i1.7826

Issue

Section

Constraints, Satisfiability, and Search