Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The sliding-tile puzzle consists of three black tiles, three white tiles, and an empty space in some order. The goal is to arrive at the

The sliding-tile puzzle consists of three black tiles, three white tiles, and an empty space in some order. The goal is to arrive at the goal configuration shown below by legal moves [B- Black tile, W-White tile].

B B B W W W

The puzzle has two legal moves with associated costs Move #1: A tile may move into an adjacent empty location. This has a cost of 1. Move #2: A tile can hopover one or two other tiles into the empty position. This has a cost equal to the number of tiles jumped over (2-a) What are measures using which the complexity of a state space can be measured. List each of them and provide the corresponding expression / value for this problem. (2-b) Write down an admissible heuristic function h(n) for this problem with a formal description. Explain why this proposed heuristic is admissible. (2-c) Generate the A* search tree (using tree search) starting with the following start state for depth up to 3 or until the goal state is reached, whichever is earlier.

W B W B B W

Annotate each node and edges with appropriate values f(n), h(n) and g(n) for better understanding. A search tree without such annotations will not get full credit here. (2-d) Argue formally the optimality of the solution obtained. (2-e) Will the solution obtained be different if the heuristic is also consistent in addition to being admissible. Why or why not?

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

Managerial Accounting Creating Value in a Dynamic Business Environment

Authors: Ronald Hilton, David Platt

10th edition

78025664, 978-0078025662

Students also viewed these Databases questions

Question

=+1. Define stress and stressors.

Answered: 1 week ago

Question

1

Answered: 1 week ago