Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following search problem, represented as a graph. Each node is label by a capital letter and the value of a heuristic function

Consider the following search problem, represented as a graph. Each node is label by a capital letter and the value of a heuristic function is shown in maroon. Each edge is labelled by the cost to traverse that edge. The start state is 'A' and the only goal state is 'G'. Perform the A* search to find the shortest path from node A to node G. i. Is the heuristics specified in the problem (shown below) admissible? Justify your answer. If the heuristics is admissible, proceed to answer part (ii). If the heuristics is not admissible, correct it with a sensible value of your choice and proceed to answer part (ii). (10.0 marks) ii. Perform the A* search to find the shortest path from the start state (S) to the goal state (G). (20.0 marks) Start A H=30 B H=27 10 27 3 E D H=20 33 24 10 H=16 5 H=3 F H=8 U 8 4 G H=0 Numbers in maroon are the heuristics for the respective nodes. Numbers in black are the weight (estimated costs.)

Step by Step Solution

3.30 Rating (159 Votes )

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

Starting Out With Java From Control Structures Through Data Structures

Authors: Tony Gaddis

6th Edition

0133957055, 978-0133957051

More Books

Students also viewed these Programming questions

Question

What is the difference between sequential and random access?

Answered: 1 week ago