Skip to content

Releases: vrettasm/PyGeneticAlgorithms

Version (pre-release) at acceptance of the paper

09 Mar 09:57
Compare
Choose a tag to compare

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.

v.1.6.8

13 Feb 11:00
Compare
Choose a tag to compare
v.1.6.8 Pre-release
Pre-release

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.

v.1.6.5

25 Nov 16:57
Compare
Choose a tag to compare
v.1.6.5 Pre-release
Pre-release

Latest performance updates and rebuild documentation (including pdf).

v1.6.0

08 Nov 15:42
Compare
Choose a tag to compare
v1.6.0 Pre-release
Pre-release

Several major performance improvements over the previous version.

v1.5.0

29 Oct 12:19
Compare
Choose a tag to compare
v1.5.0 Pre-release
Pre-release

Some updates, regarding v1.0.0 are: i) the incorporation of several new genetic operators, ii) improvements in the crossover operators to avoid cloning the chromosomes (improves speed), iii) addition of several new examples.