Problem Solving Flashcards

1
Q

What is problem space?

A

consists of various states of the problem (the space from the start state to the goal state)

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

What is a problem state?

A

a representation of the problem in some degree of the solution

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

What is an operater?

A

an action that will transform the problem state into another problem state (operators = the arrows between states)

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

What is problem solving?

A

searching a sequence of states in a problem space that goes from the start state to the goal state

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

What are the 3 ways that we acquire new operators?

A

discovery
direct instruction
analogy/imitation

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

How do we acquire operators through analogy and imitation?

A

learn by being or taught or by watching others performing a task

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

What are the three criterias for selecting operators?

A
  1. backup avoidance
  2. tension reduction
  3. means-ends analysis
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is backup avoidance?

A

the tendancy to avoid operators that take one back to a state already visited

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

What is difference tension?

A

the tendancy to select operators that eliminate a difference between the current state and the goal state
- It only considers whether the next step is an improvement and not whether the larger plan will work

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

What is means-ends analysis?

A
  • Creates a new subgoal to enable an operator to apply
  • An operator is not abandoned even if it cannot be applied immediately
  • Identifies the biggest difference between the current state and the goal state and try to eliminate it first
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What selection criteria for operators tend to be used for the tower of hanoi?

A
  1. difference reduction but it doesn’t allow you to solve tower
  2. then start using mean-ends analysis
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do set effects impact our problem-solving ability?

A

The biasing of a solution to a problem as a result of past experiences in solving that kind of problem

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

How do incubation effects impact our problem-solving ability?

A

The phenomenon that sometimes solutions to a particular problem come easier after a period of time in which one has ignored trying to solve the problem
- Incubation effects occur because people forget inappropriate ways of solving problems

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