Minor Bug Fixes
- Fixed bug where the number of inputs passed into a given node was always set to the max arity.
- Fixed bug where it was possible (although unlikely) for a parent to be selected over a child even if they have equal fitness (due to using an unstable sort).
- The index of nodes displayed using printChromosomes now match those displayed using saveChromosomeDot.