asher-k / TransientTerminalGP

Project undertaken for the VUW Summer Scholars programme. Provides an implementation of a novel genetic operator called the Transient Terminal Set.
0 stars 0 forks source link

Genetic Operations are not exclusive #20

Closed asher-k closed 3 years ago

asher-k commented 3 years ago

Genetic operations (mutation, crossover, etc) are not exclusive in the current implementation, meaning multiple operations could be performed on the same individual. This results in invalid evaluation of subtree difference during transient mutation, and thus corrupts the results.