Ai-Week8-Ch3-Solving Problems by Searching - Part A
Ai-Week8-Ch3-Solving Problems by Searching - Part A
CSC-350
Week 8
Chapter #3
Solving Problems by
Searching
• Problem formulation
• is the process of deciding what actions and states to consider to achieve a
goal.
• Goal:
• Reach Bucharest on time, so that the
agent can catch the flight the next day.
• Time is often measured as number of nodes generated during the search, and
space as maximum number of nodes stored in memory.