- Having worked through previous exercises involving Greedy Search,
you may now be curious about the effect of different heuristic measures.
- There are three different heuristic measures available from the
Algorithm menu.
- Experiment with different heuristics measures for Greedy Search.
For each problem you try, keep track of the length of the solution
path, and the size of the open and closed lists.
- The effect of heuristics will be investigated again in up coming
exercises.
|