Search Control
Consider the Z-to-A example below (a reversed mangle of the class example).
Trace the sequence of transformations for the "expanding all ways from
a chosen state" approach, to get from Z to A, for a
- Consecutively bounded depth first search to find any solution, depth
increment 1.
- Branch and bound search with dynamic programming.
- Best first search, using the indicated estimated costs to the goal.
- The A* algorithm with dynamic programming.