Next: What You Should
Up: Search to the
Previous: Human Search
- Type of Problem: one for which it is possible to follow all possible
paths in a reasonable time.
- Formalisation: the search in terms of a
tree of states with branches representing operator applications.
- Method: an exhaustive search following each path -one at a time-
or possibly all paths together.
- Advantages: no special purpose
reasoning is needed -we can be sure of finding a solution (if one
exists).
- Disadvantages: increasing the complexity of the problem
rapidly makes this strategy unworkable.
- Humans: don't use a uniform
search strategy; have problems memorising moves taken; and make use of
intuitive moves and hunches.