Publication | Closed Access
Enhanced iterative-deepening search
130
Citations
26
References
1994
Year
Artificial IntelligenceEngineeringMachine LearningPathfindingComputational ComplexitySearch DepthIterative-deepening SearchesInformation RetrievalData ScienceNode ExpansionsParallel ComputingSearch TechnologyLarge Scale OptimizationComputer ScienceDeep LearningNeural Architecture SearchQuery OptimizationRelational QueriesComputational ScienceLocal Search (Optimization)Search TechniqueIterative-deepening Search
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.< <ETX xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">></ETX>
| Year | Citations | |
|---|---|---|
Page 1
Page 1