For this project you need to create a genetic program for the
Santa Fe Trail problem.
You will probably want to work from (a copy of) the code for Project 2. If so you will
need to make the following changes:
- Change the non-terminal/operator set to at least: prog2, prog3, and iffoodahead
- Change the terminal/leaf set to at least: left, forward, right
- (You may add additional non-termials or terminals if you want.)
- Change the evaluate function at both the individual and node levels.
For the write-up you may use the same template as for Project 3. But instead of a figure
showing the best evolved function (Figure 2 in the template) include at least one figure showing the
path taken by the best evolved ant. This does not have to be fancy graphics, an ascii figure
will do.