Uninformed and Informed Search Strategies




CS156

Chris Pollett

Aug 29, 2022

Outline

Introduction

Searching for Solutions

Loops

Ways of Measuring our Search Strategy

We would like to come up with means of distinguishing which is better amongst different possible search strategies. Some axes of comparison are:

Quiz

Which of the following is true?

  1. According to the syllabus Quizzes are worth 2pts each.
  2. All cards games are known task environments.
  3. Any simple reflex agent could be implemented as a table driven agent.

Informed and Uninformed Search

Uninformed Search Strategies

Performance of DFS and BFS

Iterative Deepening Depth-First Search

Bidirectional Search (Pohl 1971)

Informed Search Strategies