The purpose of this project is to get exposure to one sort of "agent", the neural net. The task here is to evolve a neural net that can solve the encoder/decoder problem - encode eight inputs into a three bit representation, and then decode that represenation to the outputs. See problem 2.10 in the textbook.
Extra Credit - Create a generalized neural network genome class. Include a custom mutator and crossover function, and compare them to the built-in functions. Your class need only handle simple cases of neural nets, see me for more details. (10 points.)
Files for the project are available here.