Lecture03 Uninformed Search (Part 1) - S
Lecture03 Uninformed Search (Part 1) - S
Intelligence Fundamentals
LECTURE 3 – SOLVING PROBLEMS
BY SEARCHING (UNINFORMED
SEARCHES)
PART 1
Solving Problems By Searching – Uninformed Searches
Searching
Problems with search can be converted to graph search problems
(graph-> tree)
Graph search problem include the following terms:
A set of states
Initial state
Goal condition
Operators (define valid moves between states
Two types of search:
Configuration search: solution is a state satisfying the goal condition
Path search: solution is a path to a goal state
Optimal solution: solution with optimal value (the best)
"move the blank up, down, left or right" than specifying actions that move
the individual tiles or the tiles in a particular location because the
branching factor of the search will be much less.”
Solving Problems By Searching – Uninformed Searches
Formulating problems:
The 8-puzzle problem
A state is a (representation of a)
physical configuration.
States do not have parents, children,
depth, or path cost!
Front Back