Proceedings:
Proceedings of the International Symposium on Combinatorial Search, 7
Volume
Issue:
Vol. 7 No. 1 (2014): Seventh Annual Symposium on Combinatorial Search
Track:
Full Papers
Downloads:
Abstract:
A* with lookahead (AL*) is a variant of A* that performs a cost-bounded DFS lookahead from a node when it is generated. We show that the original version of AL* (AL*0) can, in some circumstances, fail to return an optimal solution because of the move pruning it does. We present two new versions, AL*1 and ELH, that we prove to always be correct and give conditions in which AL*0 is guaranteed to be correct. In our experiments with unit costs, AL*0 was usually the fastest AL* version, but its advantage was usually small. In our experiments with non-unit costs, AL*0 substantially outperforms both A* and IDA*. We also evaluate the idea of immediately expanding a generated node if it has the same f-value as its parent. We find that doing so causes AL* to require more memory and sometimes slows AL* down.
DOI:
10.1609/socs.v5i1.18319
SOCS
Vol. 7 No. 1 (2014): Seventh Annual Symposium on Combinatorial Search