Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 3 [ 4 pts ] : Figure 3 shows a search tree where A denotes the node corresponding to the initial state, and E

Question 3[4 pts]: Figure 3 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. Please explain why (or why not) the heuristic function in Figure 3 is (or is not) an admissible heuristic (0.5pt.
b. Please explain why (or why not) the heuristic function in Figure 3 is (or is not) a consistent heuristic (0.5pt.
c. Correct heuristic values in Figure 3, such that A** search using corrected heuristics can find optimal path from A to E without revisiting nodes. Solutions must show corrected heuristic values for all nodes (1.5pt)
d. 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). Show the search tree (The tree must show the complete search process with each node's f(N),g(N), and h(N) values), and report the order of the nodes being expanded, and the final discovered path from A to E(1.5 pt)
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

Step: 3

blur-text-image

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

Practical Database Programming With Visual C# .NET

Authors: Ying Bai

1st Edition

0470467274, 978-0470467275

More Books

Students also viewed these Databases questions

Question

3. What might you have done differently

Answered: 1 week ago

Question

4. Did you rethink your decision?

Answered: 1 week ago