alcides/GeneticEngine

Mutability

alcides opened this issue · 1 comments

Mutation and Crossover are not creating duplicates, but rather changing the original trees.

Idea for test:

  • Random population of a complex tree
  • Store a string (or object id-based) representation of the population
  • Mutate the population (100 or 200%)
  • Test whether the original string representation holds with the original population object. It should!