Answered step by step
Verified Expert Solution
Link Copied!

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

[2 pts] Figure 1 shows a search tree where A denotes the node corresponding to the initial state, and E is the goal node. In the figure, h=x denotes the heuristic function value and c=x denotes the actual cost between nodes (i.e., arch cost).
a.
Find all inconsistent heuristic(s) in Figure 1[0.25 pt]
b.
Create a search tree using the heuristic values given in Figure 1 to carry out A* search from A to find goal node E (Node expanded/visited does not need to be revisited). The tree must show the complete search process with each nodes f(N) values. Report the order of the nodes being expanded, and the final discovered path from A to E [0.5 pt]
c.
Is the path discovered from the above process optimal or not? Explain why [0.25 pt]
d.
Correct heuristic values in Figure 1, 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 [0.5]
e.
Create a search tree using corrected heuristic values to carry out A* search from A to find goal node E (Node expanded/visited does not need to be revisited). The tree must show the complete search process with each nodes f(N) values. Report the order of the nodes being expanded, and the final discovered path from A to E [0.5 pt]
Figure 1: A search tree and husirtic function values.
Figure 1: A search tree and husirtic function values
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions