5 Problem characteristics
5 Problem characteristics
CHARACTERISTICS
PROBLEM
CHARACTERISTICS
Inorder to choose the most appropriate
method for a particular problem, it is
necessary to analyze the problem along
several key dimensions
PROBLEM
CHARACTERISTICS
Is the problem decomposable into a set of independent
smaller or easier sub problems?
Can solution steps be ignored or at least undone if they
prove unwise?
Is the problem’s universe predictable?
Is a good solution to the problem obvious without
comparison to all other possible solutions?
Is the desired solution a state of the world or a path to a
state?
Is a large amount of knowledge absolutely required to solve
the problem or is knowledge important only to constrain the
search?
Can a computer that is simply given the problem return the
solution or will the solution of the problem require interaction
IS THE PROBLEM
DECOMPOSABLE
A very large and composite
problem can be easily solved if it
can be broken into smaller
problems and recursion could be
used.
Suppose we want to solve.
Ex:- ∫ x2 + 3x+sin2x cos 2x dx
Method II:
Answer: So Alex is not alive. It is the answer from the above methods.
We are interested to answer the question; it does not matter which path we follow.
If we follow one path successfully to the correct answer, then there is no reason to
go back and check another path to lead the solution.
IS THE SOLUTION A STATE OR A
PATH?
18
19