Skip to search formSkip to main contentSkip to account menu

Iterative deepening depth-first search

Known as: Depth-limited search, ITDFS, Depth-first search with iterative deepening 
In computer science, iterative deepening search or more specifically iterative deepening depth-first search (IDS or IDDFS) is a state space/graph… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2017
2017
A novel combination of established data analysis techniques for reconstructing charged-particles in high energy collisions is… 
2016
2016
It is known that a planning domain model influences performance of planners, but so far there have been only limited studies how… 
2015
2015
A * algorithm is the de facto standard used for a pathfinding search. IDA* is a space-efficient version of A * , but it suffers… 
2014
2014
This paper describes my approach for parsing robot commands, which was task 6 at SemEval 2014. My solution is to manually create… 
2012
2012
The memory requirements of best-first graph search algorithms such as A* often prevent them from solving large problems. The best… 
Review
2002
Review
2002
We revisit the problem of constructing an evaluation function for game tree search. While the standard model assumes a numeric… 
2001
2001
The paper presents a framework that unifies various search mechanisms for solving constrained nonlinear programming (NLP… 
Review
1996
Review
1996
This paper describes the nite domain system embedded in Oz, a higher-order concurrent constraint language with encapsulated…