Version (pre-release) at acceptance of the paper
Pre-release
Pre-release
This version includes bug fixes and optimizations. Most notably;
-
the crossover operators use the clone method to avoid problems
with referencing the same genes in different members of the population. -
The deepcopy methods in Gene and Chromosome have been customized
to improve performance. -
The Tournament Selector has been optimized to avoid loops.