Problem Solving Flashcards
What is problem solving
The process of finding solutions to a difficult or complex problem
Three major aspects to problem solving
- purposeful.
- involves controlled processes.
- lack the relevant knowledge to immediately solve the problem.
Well defined problems
All aspects of the problem are clearly specified
ill defined problems
Unspecified rules or aspects
Most every day problems are
ill defined
Knowledge rich problems
Can only be solved by those with the relevant knowledge
Knowledge lean problems
Do not require a lot of knowledge as most of the info is contained within the initial problem statement
Search based solutions
Effortful and deliberate, proceeding incrementally to the solution
Memory based solutions
Solutions can pop into mind automatically from memory
Insight based solutions
From accurate and deep understanding of the problem
General problem solver
Most simple problems can be broken down into a series of stages
Stages of general problem solver
Problem space.
Selection of operators.
Implementation of the selected operators.
Evaluation of current state.
Problem space
Representing the problem using initial and goal state, the instructions and constraints of the problem and all relevant info retrieved from long term memory
Selection of operators
Actions that will achieve the goal by transforming the initial state
Implementation of the selected operators
Results in a new current state