Lecture 19: problem solving Flashcards
A problem consists of some _____ state in which a person begins and a ____ state that is to be attained, plus a non-obvious way of getting from the first to the second
initial
goal
well-structured problems
completely specified starting conditions, goal state, and methods for achieving the goal (geometry proofs)
ill-structured problems
some aspects are not completely specified
stages of problem solving
form a representation
construct a plan
execute plan
evaluate
problem representation
for many problems, the representation may make it easier or harder to solve
analogies
retrieve a representation of a problem from memory that is similar to the problem you currently face
functional fixedness
see an object as having only a fixed, familiar function
maier’s rope problem
demonstrates functional fixedness
algorithms
completely specified sequence of steps that is guaranteed to produce an answer
heuristics
“rule of thumb”
means-end analysis
identify the largest difference between current state and goal state
set as a subgoal reducing that difference
problem solving: working baskwards
transform goal state so it is more similar to the initial state
T or F: in chess, experts memory is way better than beginners
False. It was no better