FlashcardAdvanced
Greedy Best-First Search
Greedy best-first search expands the node with the lowest heuristic estimate to the goal.
Question
How does Greedy Best-First Search choose which node to expand?
Click to reveal answer
Greedy best-first search expands the node with the lowest heuristic estimate to the goal.
How does Greedy Best-First Search choose which node to expand?