Problem Spaces and Search Flashcards
1
Q
What is a Decomposable problem
A
A decomposable problem is one, which can be divided into smaller subproblems.
2
Q
What are recoverable, irrecoverable and ignorable problems
A
Recoverable –> This is the type of problem where the solution steps can be undone. Eg. 8 world problem.
Irrecoverable –> This is the type of problem where the solution steps cannot be undone. Eg. Chess.
Ignorable –> This is the type of problem where the solution steps can be ignored. Eg. Theorem proving.