STATE SPACE SEARCH Flashcards
HOW CAN PROBLEMS BE REPRESENTED?
Problems are represented by a set of states and a set of rules of how a state can transform into another state.
Explain the term Action/Operator
Takes an agent from one state to another.
Explain the term Goal.
A goal is a set of desirable states of the world. Goal states are specified by a goal test(how a desirable goal exists) which any goal must specify.
Problem formulation
Choosing a relevant set of states to consider and a feasible(easy) set of operators for moving from one state to another
Search
Imagining sequences of operators from an initial state and finds the sequence that reaches the goal.
What are the two things to measure in order to measure a problem solving performance?
1) Completeness
2) Optimality
Explain Completeness
A strategy that is guaranteed to find a solution.
Explain Optimality
A strategy that is guaranteed to find a solution in the best way possible. In other words, it has a low or minimal cost in finding the solution.