L10 Heuristics & Bias II Flashcards
What is a Ill defined problem?
A problem that has ambiguity surrounding the allowable moves, and the necessary steps to achieve the goal
What is a well defined problem?
A problem that has clear allowable moves and steps to achieve the goal.
what do these problem representation terms mean;
- State
- Transition
- Goal
State = where you are currently Transition = allowable moves Goal = desired end state
Why is problem representation important to solutions?
The way we represent a problem also defines the allowable moves and the relevant information for a problem. incorrect representation can make us miss the solution.
Give an example of where representation of a problem leads to missing the solution.
The 9-dot problem.
What is functional fineness?
Inability to separate an objects intended purpose from its possible uses.
Give three problem solving strategies.
1) Trial and error
2) Analogical transfer
3) Insight
Give three cognitive problem solving strategies.
1) Means end
2) Working backwards
3) Hill climbing
What is Epistemic action?
Problem solving is an interactive process between person and the environment, not just in our head. also called Embodied cognition.