information processing approach Flashcards
1
Q
how do you know you’re done in termination
A
- well defined
- ill defined
- satisficing - finding a solution that is acceptable but not necessarily optimal
2
Q
knowledge based method of search (2)
A
auxiliary problem- doing a smaller. version of the problem in hopes of learning how to solve larger problems
pattern matching - using prior knowledge to recognize problem types or patterns
3
Q
kinds of proximity search - heuristic search
A
hill climbing - reducing only 1 difference
means end - alleviate several dimensions
4
Q
types of search
A
algorithmic - search every possibility but theres a guaranteed solution
hueristic search - offers good chance of finding solution but not guarenteed