Lesson 5 - Means-Ends Analysis Flashcards
1
Q
What are State Spaces?
A
Multiple state spaces are used to find a path/sequence from the Initial State to the Goal State. Applied in Means-Ends Analysis.
2
Q
What is the process of Means-Ends Analysis?
A
For each operator that can be applied:
- Apply the operator to the current state
- Calculate the difference between new state and goal state
- Prefer state that minimizes distance between new state and goal state
3
Q
What is Problem Reduction?
A
It’s the problem solving method of looking at a problem and breaking it down into sub-problems. Can be used to overcome problems with means-ends analysis.
4
Q
What are examples of “weak” problem solving methods?
A
Ex: Generate & Test, Problem Reduction, Means-Ends Analysis
- They are “weak” because they use very little knowledge about the world.