Skip to content

Version (pre-release) at acceptance of the paper

Pre-release
Pre-release
Compare
Choose a tag to compare
@vrettasm vrettasm released this 09 Mar 09:57
· 4 commits to master since this release

This version includes bug fixes and optimizations. Most notably;

  1. the crossover operators use the clone method to avoid problems
    with referencing the same genes in different members of the population.

  2. The deepcopy methods in Gene and Chromosome have been customized
    to improve performance.

  3. The Tournament Selector has been optimized to avoid loops.