Question 1: Consider the following search tree, where the values on the links represent the step costs between states and their successors. a) If the goal is represented by the nodes H and I (i.e., the goal can be reached through two path: A,C,H and A,D,I), show how the Breadth-First Search algorithm works for reaching to the goal using fringe sets. 8 K E 10 6 L B A B C D 20 13 20 12 6 M F E 6 7 F 5 N 10 4 4 G H I X 18 22 17 18 10 P 5 C 6 12 W H V 8 R Z Is it optimal in this case? Justify your answer. b) Consider the heuristic values in the table; apply RBFS (the heuristic value of the goal equals to 0). Heuristic values K L M N O 0 4 4 0 9 4 S T P W R 8 D 8 S T U 14 17 25 16 13 U V 22 Z 21
Question 1: Consider the following search tree, where the values on the links represent the step costs between states and their successors. a) If the goal is represented by the nodes H and I (i.e., the goal can be reached through two path: A,C,H and A,D,I), show how the Breadth-First Search algorithm works for reaching to the goal using fringe sets. 8 K E 10 6 L B A B C D 20 13 20 12 6 M F E 6 7 F 5 N 10 4 4 G H I X 18 22 17 18 10 P 5 C 6 12 W H V 8 R Z Is it optimal in this case? Justify your answer. b) Consider the heuristic values in the table; apply RBFS (the heuristic value of the goal equals to 0). Heuristic values K L M N O 0 4 4 0 9 4 S T P W R 8 D 8 S T U 14 17 25 16 13 U V 22 Z 21
Related questions
Question
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 3 steps with 4 images