Problem Solving (2) Flashcards
Define the general problem solver
Information processing approach to solving problems, it is a computer programme
Define operator
An action towards solving a problem
Define sub-goal
A step on the way from the current state to the end (goal) state
What is the problem space theory?
Newell and Simon (1972):
- More steps = harder problem
- navigate through steps
Heuristics to help:
- Means-end analysis
- depth-first approaches
- backup avoidance (don’t go back to square 1)
- differences reduction/hill-climbing (get closer to goal)
- anti-looping (don’t keep making the same moves)
What is meant by sub-goal creation?
- Note difference between ‘current state’ and ‘goal state’ (means-end analysis)
- create a sub goal to reduce this difference
- select operator that will solve this sub goal
What experimental evidence is there for ‘sub-goal creation’?
Egan and Greeno, (1974):
- 5 and 6 disc Tower of Hanoi
- experimental group = no prior experience (novices)
- findings = experimental group gave better performances and better memory for the top-level goals - (evidence for sub-goals?)
What is limitation 1?
- The general problem solver didn’t have a problem with moving away from the goal state
- BUT humans do struggle, so it’s love completely transferrable to humans and their processes/behaviour of/for problem solving
- (is this a good model of human performance?)
Explain Atwood & Polson’s (1976) study
The water-jugs problem:
- Means-end analysis
- anti-looping strategy
- 1 move look-ahead strategy
- Limited by working memory constraints
- Supports general problem solver - but working memory limits how far we can look ahead
Do people make use of means-end analysis?
Thomas (1947):
Findings suggest:
- people do originally make use of a means-end analysis
- people must construct new sub-goals that seemingly increase distance between the current state and the goal state (the correct move in a few places seemingly moves one further away from the problem, requires a look-ahead ability and draws on working memory)
What did Greeno et al., (1974) do/study?
- GPS - means-end analysis
- forward search, hill climbing, reasoning by analogy, other strategies
- people use small forward steps, not means-end analysis
Does means-end analysis always work?
- People use various strategies, not just means-end analysis
- people don’t like moving away from the goal
- what about memory effects?
What are some differences between human performance and GPS performance?
Some important differences between human performance and GPS performance:
- GPS ‘remembers better’ which moves have previously been made
- GPS is more short sighted than humans (it only looks 1 move ahead)
- GPS has no problem moving away from a goal
GPS:
- Only applies to ‘well-defined’ problems
- it doesn’t explain insight
- it doesn’t look at individual differencesWh
What is the ‘nine-dot’ problem?
- Gestalt theory explanation
- the 9 dots form a square shape and people assume the edges of the square are the boundaries of the problem (but they aren’t)
- participants ‘misrepresent’ the operators of the problem (Ilsaak & Just, 1995)
What did Macgregor et al., (2001) do/study?
- Post-Gestalt theory don’t predict the difficulty of the nine-dot problem
- they also don’t predict how helpful clues will be/are to solve the nine-dot problem
- this is unlike similar ‘move’ problems e.g. Tower of Hanoi and Water Jugs)
- 1 source of difficulty may be: the goal-state of the nine-dot problem isn’t specified - unlike other ‘move’ problems (Weisberg & Alba, 1981a)
What are the problems of ill-defined problems?
- The nine-dot problem - what is the goal state?
- if Newell & Simon (researchers) were right then without a goal state it becomes almost impossible to apply means-end analysis (you’re comparing your current state with…what?)
- people (not many) solve the nine-dot problem (first time as well): how?