What is problem solving?
Problem -> goal state
What are the three stages of multi-step cognitive process of problem solving?
Recognizing and representing problem, analyzing and solving it, assessing the solution ‘s effectiveness
What si the problem-solving cycle?
Go through it many times until reaching solution
What does recursive mean?
Repeat until solution is found
What does applicable and adaptable mean for problem solving?
Output should be a solution to current problem AND a version that can be generalized for other problems
What are the two types of problems?
Well-defined and ill-defined problems
What are well-defined problems?
What ill-defined problems?
What is the evidence that episodic memory assists in problem solving?
Those with temporal lobe epilepsy (TLE) who have hippocampal damage have WORSE solutions with relevant steps
What was the result of studying TLE patients with hippocampal damage vs. control group?
Episodic memory helps create hypothetical outcomes
What activity is linked to ill-defined anagrams?
Greater activity in right lateral prefrontal cortex - has a greater ‘cognitive load’
Why do ill-defined problems have a higher cognitive load demand?
They do not have schematic solutions to reduce working memory capacity
What is Moravec’s paradox?
“Everything that’s easy is hard, and everything that’s hard is easy”
- Don’t always need the most complex network to solve issues
What are strategies to solve well-defined problems?
How are algorithms used to solve well-defined problems?
They represent an info processing approach to study problem
- Depicts strategies to move through a “problem space”: initial and goals states, intermediate paths and operators, task constraints
What is the Tower of Hanoi?
Moving three discs from peg A to C so they are in the same initial order:
- Example of well-defined problems
- Constraints: no disc can lie on top of a smaller one and only one disc can be moved at a time
Example of well-defined problem
What is the brute force approach?
Consider all things at once
What are the results of the brute force approach?
Always guaranteed a solution but inefficient
What can brute force approach lead to?
Combinatorial explosion - computing too many alternatives
- Linked to decision fatigue
What are heuristics?
Selected strategies (rather than doing it all)
What is involved in the “thinking aloud procedure”?
What is trial and error?
Type of heuristics involving “lower-level thinking”
- Try number of solutions and rule out what doesn’t work
What is trial and error good/bad for?
What is the hill climbing strategy?
Select the operation that brings you closer to the goal without examining the whole problem space (difference reduction strategy)