Skip to content

Minor Bug Fixes

Compare
Choose a tag to compare
@AndrewJamesTurner AndrewJamesTurner released this 01 Nov 14:20
· 37 commits to master since this release
  • 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.