Releases: vrettasm/PyGeneticAlgorithms
Releases · vrettasm/PyGeneticAlgorithms
New updates and bug fixes.
v.1.7.5 Rerun all examples.
Version (pre-release) at acceptance of the paper
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.
 
v.1.6.8
Several new changes:
fix typos and bugs,
refactoring methods for better performance,
rebuilt documentation
also this version includes new features such as:
i) a new termination condition
ii) adaptive crossover and mutation option.