best-first-search Questions
4
Solved
Is the greedy best-first search algorithm different from the best-first search algorithm?
The wiki page has a separate paragraph about Greedy BFS but it's a little unclear.
My understanding is th...
Toxoid asked 4/12, 2011 at 9:6
2
I have some doubts regarding best first search algorithm. The pseudocode that I have is the following:
best first search pseudocode
First doubt: is it complete? I have read that it is not because ...
Camise asked 15/11, 2018 at 2:12
5
Solved
Both methods have a data structure which holds the nodes (with their cost) to expand. Both methods first expand the node with the best cost. So, what is the difference between them?
I was told th...
Poet asked 24/5, 2017 at 7:27
1
© 2022 - 2024 — McMap. All rights reserved.