Question: a. As presented in the text, best-first search uses the closed list to implement loop detection. What would be the effect of eliminating this test
a. As presented in the text, best-first search uses the closed list to implement loop detection. What would be the effect of eliminating this test and relying on the depth test, g(n), to detect loops? Compare the efficiencies of the two approaches.


b. Best_first_search does not test a state to see whether it is a goal until it is removed from the open list. This test could be performed when new states are generated. What effect would doing so have on the efficiency of the algorithm? Admissibility?
BBB WWW
Step by Step Solution
3.30 Rating (156 Votes )
There are 3 Steps involved in it
a The depth test would detect loops but would only eliminate them because the search ... View full answer
Get step-by-step solutions from verified subject matter experts
