![]() |
||||||
![]() |
||||||
|
Next: Examples Previous: Example Iterative Deepening SearchDFS with cutoff bound
queueing-fn is enqueue-at-front
as before, but (expand state) ONLY returns children where
depth(children)
This prevents DFS from going down infinite path
Try one threshold - if no solution, increase threshold and start again from root
|
|||||
|