8- Information Processing Approaches Flashcards
What is involved in the problem space?
Initial state, goal state, problem constraints, operators
What are the characteristics of the problem space?
It is reactive and responsive
What 2 concepts are involved in heuristics?
Hill climbing and means-end analysis
Why are heuristics used?
There are limited problem solving capacities
How are some problems solved instead of being solved by insight?
By working through the problem space
What does successful problem solving require?
Domain specific knowledge and general problem solving strategies
What is the problem space?
The set of all possible states
What do problem solvers do?
Use strategies to explore the space until a solution is found
What did Newell and Simon show by running computer stimulations?
Humans and computers solve problems in the same way
What did Novick and Bassok say about the problem space?
It is more like an environment than a programme
What did Novick and Bassok say are important when creating the environment of the problem space?
Individual differences
What are the 3 reasons that problems can be difficult?
- Problem space may be large and exceed working memory capacity
- Operators may be difficult to apply
- Constraints can be hard to define
What are heuristics?
Shortcuts that simplify the need to think about the whole problem space
What is hill climbing?
Choosing a move that takes you towards the goal one step at a time
What does the best move for problem solving often involve?
Temporarily moving away from the goal