Psychology of Planning Flashcards
Define planning
Deciding on the order and intensity of the decomposition of a problem, and determining the consequences of alternative plans
What are the 4 problem components?
- initial state
- goal state
- operators
- constraints
Give 3 different types of decomposition orders
- Breadth-first
- Depth-first
- Opportunistic
What is breadth-first problem decomposition?
Considering all sub-goals at the same time
Give one advantage and one disadvantage of breadth-first problem decomposition
- Minimal commitment so unlikely to have to reverse/rewrite plan
- But spend little time doing so lacks feedback
What is depth-first problem decomposition?
Considering each sub-goal individually
Give one advantage and one disadvantage of depth-first problem decomposition
- Immediate feedback and simpler to do as less cognitive load
- But high commitment risks reversal of plan
What is opportunistic problem decomposition?
Capitalising on current state/circumstances
Give one advantage and one disadvantage of opportunistic problem decomposition
- Most efficient in regards to external environment
- Can be wasteful
What method of problem decomposition do skilled designers employ?
They work in breadth-first and depth-first together
What is the problem space?
Mental representation of a problem
What is the state space?
All possible paths between the initial goal states
What concepts did Newell and Simoon (1972) propose?
Bounded rationality and satisficing
What are 3 components of the task environment?
- format
- thematic content
- conditions
What is working memory related to?
Constraint on planning steps