Answered step by step
Verified Expert Solution
Question
1 Approved Answer
[ 2 pts ] Figure 1 shows a search tree where A denotes the node corresponding to the initial state, and E is the goal
pts Figure shows a search tree where A denotes the node corresponding to the initial state, and E is the goal node. In the figure, hx denotes the heuristic function value and cx denotes the actual cost between nodes ie arch cost
a
Find all inconsistent heuristics in Figure pt
b
Create a search tree using the heuristic values given in Figure to carry out A search from A to find goal node E Node expandedvisited does not need to be revisited The tree must show the complete search process with each nodes fN values. Report the order of the nodes being expanded, and the final discovered path from A to E pt
c
Is the path discovered from the above process optimal or not? Explain why pt
d
Correct heuristic values in Figure such that the A using the corrected heuristics can find optimal path from A to E Solutions must show corrected heuristic values for all nodes
e
Create a search tree using corrected heuristic values to carry out A search from A to find goal node E Node expandedvisited does not need to be revisited The tree must show the complete search process with each nodes fN values. Report the order of the nodes being expanded, and the final discovered path from A to E pt
Figure : A search tree and husirtic function values.
Figure : A search tree and husirtic function values
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started