0
4.2kviews
Uniform cost search.
1 Answer
0
189views

BFS is optimal when all step costs are equal, because it always expands the shallowest un expanded node. By a simple extension, we can find an algorithm that is optimal with any step cost function. Instead of expanding the shallowest node, uniform cost search expands the node n with the …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.