CSC266 Artificial Intelligence

Artificial IntelligenceTU Board 2080

Prepare state space graph for the following puzzle problem, where only move left, move right, move up and move down actions are allowed. On the so constructed state space, label the states as A, B,…

10

Prepare state space graph for the following puzzle problem, where only move left, move right, move up and move down actions are allowed. On the so constructed state space, label the states as A, B, C, ……Z and use the greedy best to test whether it finds the goal or not.

Initial State:

1
2

Goal State:

1
2

Assume the path cost from one step to another as 1 and heuristic function, f(n), as a number of misplaced cells.

A worked answer is on its wayMeanwhile, read the Artificial Intelligence notes for this topic.

Discussion

Loading…

More Artificial Intelligence questions

All Artificial Intelligence old questions