Problem Solving Flashcards
Analogy
In problem solving, the process by which a problem solver maps the solution ffor one problem into a solution for another problem.
Backup avoidance
The tendency in problem solving to avoid operators that undo the effects of one or more previous operators.
Difference reductions
Or hill climbing; the tendency in problem solving to select operators that most reduce the difference between the current state and the goal state.
Einstellung effect
Or mechanization of thought; a set effect whereby people repeat a solution that has worked for previous problems even when a simpler solution is possible.
Functional fixedness
The tendency to see objects as serving only conventional problem-solving functions and thus failing to see that they can serve novel functions.
General Problem Solver (GPS)
A computer simulation program created by Newell and Simon that models human probelm solving using mean-ends analysis.
Goal state
A state in a problem space in which the final goal is achieved.
Incubation effect
A phenomenon in which a solution to a problem comes more easily after one has put the problem aside for a time.
Insight problem
A problem in which the person is not aware of being close to a solution.
Means-ends analysis
In problem solving, the creation of new subgoals (ends) to enable operators (means) to apply in achieving the original goal.
Operator
In problem solving, an action that will transform one problem state into another problem state.
Problem space
Or state space; a representation of the various sequences of problem-solving operators that transform the various states of a problem from one state to anotehr state.
Search
In problem solving, the process of finding an appropriate path through a maze of states in a problem space by choosing a sequence of operators to move from the start state to the goal state.
Search tree
O search graph; in problem solving, a representation of the set of states in a problem space that can be reached by applying operators to transform one state into another state, beginning with the start state.
Set effect
Biasing of the approach to solving a problem as a result of past experiences in solving that kind of problem.