Chapter 8 Problem Solving Flashcards
What are the 3 components needed for problem solving?
Goal directedness, subgoal decomposition, and operator application
What are the two elements of problem-solving?
States and operators
What are the 3 states of problem solving?
Start, intermediate and goal
Define operators
Behaviors used to progress the current state of the problem closer to the goal
What are the 3 strategies we use for operator selection?
Backup avoidance, difference reduction, means-end analysis
Define backup avoidance
Tendency to avoid moving back to a previous state of problem solving
Define difference reduction
Tendency to choose strategies that yield states more similar to the goal
Define means-end analysis
creation of new sub-goals to eliminate the difference between the current state and end state
What is the difference between difference reduction and means-end analysis
in M-EA, operators are not abandoned if they cannot be used immediately/ we may re-use a solution to advance to a later state after the current subgoal is reached