What is problem solving ?
Going from a problem to goal state
3 steps of problem solving
Solving the monk problem : finding the spot along the path that the monk will occupy at the same time of day on both trips
problem-solving cycle
Steps of the problem solving cycle
Recursive characteristic of the problem solving cycle
Repeat the cycle as many times as necessary to find a solution
* Ensures resolution
Applicable and adaptable characteristic of the problem solving cycle
The output of the cycle should be a solution to a current problem and a version that can generalize to new scenarios
Generalization of solution in memory
Storing specific solutions without detail to apply to new scenarios
* Memory for solutions should include ‘essence’ and not specifics : otherwise, won’t be easy to learn from it
* Important for adaptive behaviour
Well defined problems
Ill defined problems
Ambiguous situations (ill-defined problems)
Evidence that episodic memory assists in problem solving
Temporal lobe epilepsy (TLE) patients with hippocampal damage and select episodic memory loss vs control
Task :
* Asked to describe solutions to social problems :e.g. how to have dinner party for people you don’t know
* Problem descriptions scored by the number of effective, relevant steps or non-effective, irrelevant steps
Results :
- Impairment in effective solutions for TLE patients
- Suggest episodic memory is essential for creating solutions to ill-defined problems
There is greater activity in the … cortex (region for cognitive processes and tasks that require more cognitive load ) for ill-defined anagrams
right lateral prefrontal cortex
Cognitive load
The amount of information that your working memory system can hold at one time
Why do ill-defined problems carry a high cognitive load ?
Because they reduce working memory capacity :
- Ill-defined problems do not have schematic solutions to increase working memory capacity
Moravec’s paradox
Artificial intelligence (AI) can solve well-defined problems well, but not ill-defined problems and simple skills because it works by algorithms that deal well with certainty, but not uncertainty
* “Everything that’s easy is hard, and everything that’s hard is easy”
Represents an information processing approach to study problem solving via algorithms
Well-defined problems
Problem space
Where we represent well-defined problems
3 components of a problem space
Solving the Tower of Hanoi
The Tower of Hanoi problem is an example of a ______well/ill defined problem because it has _____ task constraints/no task constraints
Well-defined with task constraints
Brute force way of navigating the problem space
For well-defined problems
* Systematic algorithm that represents all the possible steps from the problem to goal state
* Guaranteed to find a solution, but inefficient
Combinatorial explosion
Heuristics
Strategies to select moves in a problem space to avoid combinatorial explosion and decision fatigue