Intelligent Systems Lecture Notes

9 September 2011 • Solving by Search


Outline

How Can A Program Solve This?

How Can A Program Solve This?

Problem Modeling

Problem Characteristics

State Representation

Tic-Tac-Toe State Example

a tic-tac-toe problem instance

State:

square0: empty
square1: empty
square2: empty
square3: X
square4: empty
square5: empty
square6: empty
square7: O
square8: empty

next move: X

State-Space Problem Model

Tic-Tac-Toe Example

However

Searching

Why Search?

Search Results

Why Not Search?

Graphs

Graph Definition

Example Graphs

Graph Paths

Graph Path Example

Cycles

Labels

Costs

State-Space Model as Graph.

State-Space Model as Graph..

Three-Puzzle Example

Graph Searching

Summary

References

Credits


This page last modified on 2011 September 14.

Creative
    Commons License