WEEK3 Problem Solving Using Search Strategies
WEEK3 Problem Solving Using Search Strategies
Lecture Outline
Problem-solving agents
Problem formulation
Example problems
Problem-Solving Agents
Goal: To be in Westminster.
State: Each action will lead the agent to one state (i.e.,
station).
Goal: Westminster
Problem Formulation
Search
Components of a Problem
Abstraction
Example Problems
Search Strategies
Strategies include:
o Breadth-first search
o Uniform-cost search
o Depth-first search
Graph Search
Queues in Search
The goal of this is to sum all the stations from each branch and lead it
up to the goal. The one with the lowest cost is the best one
Complexity Dimensions:
Key Variables:
Properties Summary