Problem Solving, Reasoning and Decision Making Flashcards
What is problem solving?
Solving a problem where the situation is not immediately available or obvious, to achieve this you need several intermediate steps. Therefore, searching a sequence of states in a problem space that goes from start state to the goal state.
What is the problem space?
This consists of various states of the problem
What is a problem state?
A representation of the problem in some degree or solution
What is an operator?
An action that will transform the problem state into another problem state
How do you define the problem space?
The amount of operators in the sequence will determine this space.
How does a problem solver select a particular operator?
This is determined by the path the problem solver will take.
What are the three ways to acquire new operators?
Discovery
Direct Instruction
Analogy/imitation
In operator acquisition and selection, what is the direct instruction of acquiring new operators?
This is where you acquire an operator directly from either a person or say a manual. It tells you what to do, you understand, you do it.
In operator acquisition and selection, what is discovery in acquiring new operators?
This is where you acquire a new operator by chance. E.g. Thorndike’s cat had to trial many different solutions until it accidentally found the string in its box that opened the door. It was able to use this in subsequent trials.
In operator acquisition and selection, what is the concept of analogy/imitation?
This is a problem where the solution is unknown, however due to a similar problem that has risen in the past you trial that solution to this new but similar problem. Therefore, operator by analogy. E.g. learning a new synthesiser, you know the basic ADSR envelopes and use previous problem solving to use the new machine.
Previously in imitation research we thought that this was an ability exclusive to humans, what study shows this change?
Subiaul et. al. (2014) showed that rhesus monkeys can learn how to perform a certain task by looking at other monkeys performing it.
When selecting which operator to use, there are three relevant criteria for this selection when solving a problem, what is backup avoidance?
The tendency in problem solving to avoid operators that take one back to a state already visited
When selecting which operator to use, there are three relevant criteria for this selection when solving a problem, what is difference reduction?
The tendency to select operators that eliminate a difference between the current state and the goal state. “This is what I have, this is what I want to achieve, eventually if I use the operator the problem state will look more like the goal”.
What is means-ends analysis and thus the third criteria for operator selection?
Creates a new subgoal to enable an operator to apply. An operator is not abandoned even if it cannot be applied immediately. This identifies the biggest difference between the current state and the goal state and tries to eliminate it first.
In problem representation, how do states of a problem effect the outcome of a solution?
Successful problem solving depends on representing problems in such a way that appropriate operators can apply. The way you represent a problem in your mind can have a significant impact on how you solve that problem.
ie. the 63 squares using 31 dominoes task.