The psychology of planning Flashcards
CCC review- problem solving
Three aspects:
1. goal directed
2. an immediate solution is not available
3. involves conscious cognitive processes (however it doesn’t just involve conscious cognitive processes)
CCC review- the three parts of a problem
- The problem itself (the start state)
- The things you might do (the operators)
- The solution (goal state)
If you’re clear about all of these, the problem is well-specified
However…
- you don’t necessarily know what you’re start state is
- research doesn’t just focus on well-specified problems
- ill defined problems are much more realistic of the problems we tackle everyday
CCC review- the tower of Hanoi
‘The hardest problems are those requiring a move that takes you (temporarily) further away from the goal state’
This is not really the reason why some problems are hard and other problems are easy- this point is only kind of true
What is planning?
deciding on the order and intensity of decomposition of problem, and determining consequences of alternative plans
Planning:
1- what does planning involve?
2- what is search guided by?
3- what is planning?
4- what is planning mediated by?
1- Planning involves search through the problem space (mental representation of the problem and prior knowledge and motivations and environment in which you’re trying to solve the problem).
Moving from a start state in a series of steps you search for possibilities
For ill defined problems- the possibilities could be infinite. SO what people tend to do is form heuristics
2- Search is guided by heuristics (yields the results you want to yield but doesn’t necessarily do so eg. airport security- to check people the best thing to do would be strip them. This is an algorithmic approach- guarantees the same outcome every time you run the analysis). Heuristic doesn’t guarantee the same behaviour so it could involve interviewing people in relation to airport security. However there are biases such as gender, racial profiling, age.
3- Planning is constrained
example = chess- if you plan exhaustively, within 2 moves, the number of possibilities will exhaust good people.
4- Planning is mediated by external environments
Problem decomposition + example
Sub-goal specification
Essay example- 2 to do:
- what are the tasks (understanding the question, finding relevant literature, writing a plan, writing a draft)
- what is the essay content going to be, what is the plan how the contents is going to go
Negatives for compare and contrast
Two fold- writing about A and B is obvious from writer pov that they know the contrast when they don’t
Also have to repeat what you said
To avoid this, need a structure and have a narrative about A vs B all the way through your essay
What is planning: problem components
Initial state
* The problem as presented
Goal state
* The aim/intention/desired outcome
Operators
* Things you can do/try/execute
Constraints
* Limitations on what you can do/try/execute
* Additional requirements/rules (e.g., accuracy, latency, etc.)
eg. can’t press a bigger disc on top of a smaller disc
What is planning: problem decomposition
What did H.A. Simon, Sciences of the Artificial, 1981 come up with?
“..Design may be the ultimate expression of human thought..”
(H.A. Simon, Sciences of the Artificial, 1981)
* Complex, multi-faceted.
* Constrained by domain, brief, market & tradition.
* Requiring an element of creativity, sometimes novelty.
Simon also introduced the idea of satisficing- the idea that we don’t try to optimise the outcome of our decisions, we just try to come up with something that satisfies the problem we have at that time. Its an adequate rather than perfect solution.
PROBLEM DECOMPOSITION
Thinking about the problem of designing a car
Each item has problems and sub-sub problems
eg.
chassis - frame and axles
axles- wheels and transmission
wheels- tyres and hubs
tyres- tread and profile
You decompose these things until you get to the bottom of this hierarchy where you can actually do things
Decomposition orders
Breadth-first
Going from unpacking the problem across the .. all the way down
* Advantage – minimal commitment- don’t commit yourself to something you will later have to reverse
* disadvantage- don’t get feedback from anything until you start doing it
Depth-first
* Advantage – immediate feedback; lower cognitive load
* Disadvantage- commit yourself so can’t undo things
Opportunistic (take things as they arrive)
* Capitalising on current state
The problem space
What is it?
The mental representation of a problem
The problem space:
What makes it up?
- State space (the number of things you can do to the problems that are in your head)
- Task environment
- Information processing system (idea that we have a limited capacity of memory and a limited processing capacity for thinking)
The state space:
1- What is the state space of a problem?
2- What happens the larger it is?
3- What 2 concepts did Newell & Simon (1972) introduce
4- Task
1- All possible paths between initial and goal states
All the possible places you can visit to get to the solution
2- The larger it is, the harder a problem will be to solve
3- Newell & Simon (1972)
a) ‘bounded rationality’ - because problems tend to be too big, we place rational, sensible boundaries on what we tend to explore
b) satisficing
4- Towers of Hanoi
The task environment
1- what does the ability to solve problems depend on?
2- what are the ways a problem is presented to the solver?
1- the world around us
2-
* Format (display type)
* Thematic content (e.g., familiarity)
* Conditions (e.g., criticality; risk)