a) true
b) false
Answer: a
Explanation: If the evaluation function is exactly accurate, then this will indeed be the best node; in reality, the evaluation function will sometimes be off, and can lead the search astray.
Related Posts
Which approach is to pretend that a pure divide and conquer algorithm will work?
What is the other name of the backward state-space search?
What is the other name for forward state-space search?
How many ways are available to solve the state-space search?
Which is the most straightforward approach for planning algorithm?
Which function is used to calculate the feasibility of whole game tree?
Which is identical to the closed list in Graph search?
Join The Discussion