Search Flashcards
What must be the characteristic of our enviroment in order to perform a search?
4 - 6
Define a problem
4 - 11 to 18
Describe a simple problem solving agent
4 - 8
Define the frontier of a search tree
4 - 29
What is a search strategy? What are the evaluation parameters?
4 - 40
Write the pseudo code for the tree search algorithm
4 - 30
Write the pseudo code for the graph search algorithm
4 - 35
what is the state space
4 - 15
Describe how depth-first search works
4 - 49
Describe how uniform-cost search works
4 - 48
state vs node
4 - 37
Describe how breadth-first search works (opt give ev param)
4 - 43
Describe how depth-limited search works
4 - 55
Describe the idea behind best-first search
4 - 66
Describe how iterative deepening search works (opt give ev param)
4 - 56