Iterative Deepning Flashcards
1
Q
What is iterative deepneing?
A
- Start with bound = 0
- Do bounded depth first search
- If a solution is found return it
- otherwise increase b and return.
CS255 - SEARCHES > Iterative Deepning > Flashcards
What is iterative deepneing?