Artificial Intelligence, Q1, M Fall21

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Artificial Intelligence, Q1, M Fall21

Post by answerhappygod »

Artificial Intelligence, Q1, M Fall21
Artificial Intelligence Q1 M Fall21 1
Artificial Intelligence Q1 M Fall21 1 (95.44 KiB) Viewed 16 times
QUESTION 1. Consider a sliding-tile puzzle with three tiles and a blank and are given a problem with the following initial and final states where a "x" represents a blank spot. Assume that you always try moving the blank first right, then left, then up and then down. Goal 2 88 88 32 3 a. How many possible states are there, either reachable or unreachable, from the given start state. b. Draw the complete search space reachable from the given start state as a graph, mak- ing sure that a given state occurs only once. c. If we treated the search space as a tree, what would the result of a breadth-first search be? Of a depth-first search? d. If we treat the search space as a graph, what would the result of a breadth-first search be? Of a depth-first search? e. Suppose we use a hill climbing search algorithm on this problem with an evaluation function which counts the number of tiles "out of place" with respect to the goal. Will this lead to a solution?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply