- Create the search tree associated
with your state space formulation when the search is carried
out as:
- a depth-first search,
- a breadth-first search and
- a heuristic search using an
evaluation function that you define.
- Consider the following possible
semantics as reflected in the changes to the set of generators
listed below:
- The only generator is one that
changes the color of a white rectangle to black.
- A generator, Ga, that when applied
to a rectangle destroys the rectangle if it is white.
- A generator, Gb, such that it
destroys the rectangle if it is white but generates an additional
rectangle if it is black.
How do these changes affect the
search space and the search for a solution that you formulated
for the original problem?
|