Title :
Enhanced iterative-deepening search
Author :
Reinefeld, Alexander ; Marsland, T. Anthony
Author_Institution :
Paderborn Center for Parallel Comput., Germany
fDate :
7/1/1994 12:00:00 AM
Abstract :
Iterative-deepening searches mimic a breadth-first node expansion with a series of depth-first searches that operate with successively extended search horizons. They have been proposed as a simple way to reduce the space complexity of best-first searches like A* from exponential to linear in the search depth. But there is more to iterative-deepening than just a reduction of storage space. As the authors show, the search efficiency can be greatly improved by exploiting previously gained node information. The information management techniques considered here owe much to their counterparts from the domain of two-player games, namely the use of fast-execution memory functions to guide the search. The authors´ methods not only save node expansions, but are also faster and easier to implement than previous proposals
Keywords :
computational complexity; game theory; iterative methods; search problems; A* search; best-first searches; breadth-first node expansion; depth-first searches; fast-execution memory functions; information management techniques; iterative-deepening search; search efficiency; space complexity; successively extended search horizons; two-player games; Councils; Heuristic algorithms; Information management; Iterative algorithms; Iterative methods; Memory management; Programming profession; Proposals; Space exploration; Traveling salesman problems;
Journal_Title :
Pattern Analysis and Machine Intelligence, IEEE Transactions on