Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 2: 118 marks] a) [4 marks] Assume we create a heuristic function h3 such that it averages the values of the misplaced tile

 

Question 2: 118 marks] a) [4 marks] Assume we create a heuristic function h3 such that it averages the values of the misplaced tile heuristic (hl) and the Manhattan distance heuristic (h2): h3(n) 1/2 [h1(n) + h2(n)] Is it admissible heuristic? Justify your answer. b) [6 marks] Draw the state space for the tower of Hanoi where there are three disks of different sizes D1 (small), D2 (medium) and D3 (large) and three towers A, B, and C (from the left to the right in the figure). The goal is to move the disks, one at a time, so that in the final state all disks are at tower C. The constraint is that no smaller disk can be put below a larger one. The middle tower, B, can be used temporary.

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

Data Analysis And Decision Making

Authors: Christian Albright, Wayne Winston, Christopher Zappe

4th Edition

538476125, 978-0538476126

More Books

Students also viewed these Programming questions