Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given a puzzle state like the one above, where the numbers are in the wrong places, we want to search for a series of moves

Given a puzzle state like the one above, where the numbers are in the wrong places, we want
to search for a series of moves that ends in the solution below. The number of moves required
could be calculated as a path cost.
Start State
Goal State
(i) Write down a heuristic function, h, for this game (remember that this estimates the path
cost from a particular state to the solution).
[2 Marks]
(ii) What is the value of h for the above board state?
[1 Marks]
(iii)In a greedy search, what move would be chosen next? (i.e., move the 3, the 4 or the 6
into the gap?)
[2 Marks]
(iv)Is this heuristic admissible?
[2 Marks]
(v) Can you suggest a better heuristic measure?
[2 Marks]
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

Mastering Apache Cassandra 3 X An Expert Guide To Improving Database Scalability And Availability Without Compromising Performance

Authors: Aaron Ploetz ,Tejaswi Malepati ,Nishant Neeraj

3rd Edition

1789131499, 978-1789131499

More Books

Students also viewed these Databases questions