Depth-Bounded Discrepancy Search
Abstract
Many search trees are impractically large to explore exhaustively. Recently, techniques like limited discrepancy search have been proposed for improving the chance of finding a goal in a limited amount of search. Depth-bounded discrepancy search offers such a hope. The motivation behind depth-bounded discrepancy search is that branching heuristics are more likely to be wrong at the top of the tree than at the bottom. We therefore combine one of the best features of limited discrepancy search -- the ability to undo early mistakes -- with the completeness of iterative deepening search. We show theoretically and experimentally that this novel combination outperforms existing techniques. 1 Introduction On backtracking, depth-first search explores decisions made against the branching heuristic (or "discrepancies "), starting with decisions made deep in the search tree. However, branching heuristics are more likely to be wrong at the top of the tree than at the bottom. We would like theref...
Cite
Text
Walsh. "Depth-Bounded Discrepancy Search." International Joint Conference on Artificial Intelligence, 1997.Markdown
[Walsh. "Depth-Bounded Discrepancy Search." International Joint Conference on Artificial Intelligence, 1997.](https://mlanthology.org/ijcai/1997/walsh1997ijcai-depth/)BibTeX
@inproceedings{walsh1997ijcai-depth,
title = {{Depth-Bounded Discrepancy Search}},
author = {Walsh, Toby},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {1997},
pages = {1388-1395},
url = {https://mlanthology.org/ijcai/1997/walsh1997ijcai-depth/}
}