Lecture 8: Problem solving Flashcards

1
Q

Knowledge-lean problems

A
  • require little knowledge to be solves

- dont have to rely on any knowledge that you already have

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Knowledge-rich problems

A
  • require a lot of knowledge to solve

- require a lot of knowledge that people already have

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Well-defined vs ill-defined problems

A

clear path to solution vs no clear path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Behaviourist psychology

A

Thorndike= learning through trial and error

-random behaviour leads to accidental solution, which would have to be reinforced over a number of trials in order to be remembered

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Wolfgang Kohler

A

Mentality of apes (1917)

-study of problem solving in primates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Gestalt theory of problem solving

-reproductive PS

A

=involves the re-use of previous experience to solve a problem (sometimes can be bad for successful PS).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Gestalt theory of problem solving

-productive PS

A

=characterised by insight into the structure of the problem and by productive restructuring of the problem.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Gestalt theory of problem solving

-insight

A

¥ (moment of understanding) often occurs suddenly accompanied by an “ah-ha” experience. It might result from:
¥ Extended unconscious leaps in thinking
¥ Greatly accelerated mental processing
¥ Some kind of “short-circuiting” of normal reasoning process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Functional fixedness

A

=tendency to use objects and concepts in the problem environment only in their customary and usual way

eg two string problem: struggle to see beyond the function of the paint brush

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Negative set (entrenchment)

A

A bias or a tendency to solve problems in one particular way, using a single specific approach, even when a different approach would be more productive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Problem-space theory

A

Newell & Simon – labyrinth (maze) metaphor: problems are solved through exploration of different paths to a solution.

¥ Objective structure of the problem can be characterised as a set of states:
¥ Initial knowledge state
¥ Many intermediate states
¥ Goal knowledge state
¥ Mental operators are actions used to move from one state to another.
¥ There is a whole space of possible states and paths through this space (only some of them lead to the goal).
¥ Representation of all the possible representations
¥ Eg The Tower of Hanoi

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Problem space theory pt2

A

¥ Problem-space describes the abstract structure of the problem.
¥ Problem space that have to navigate our way through
¥ For any given problem there are a number of alternative paths from an initial state to a goal state; the total set of such states, as generated by the legal operators is called the basic problem space.
¥ People’s PS behaviour can be viewed as the production of knowledge states by the application of mental operators, moving from an initial knowledge state to a goal knowledge state.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Heuristic methods

A

¥ Heuristics – intuitive strategies to reduce number of states one has to pass through to reach the goal. They are “rules-of-thumb” that do not guarantee a solution, but usually work and save a lot of time.
¥ Algorithms – formal procedure that will definitely solve the problem.
¥ Means-end analysis (example of heuristics):
¥ Note the difference between the current and goal state
¥ Create the sub-goal to reduce the difference
¥ Select an operator that will solve this sub-goal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly