Skip to content

Releases: vrettasm/PyGeneticAlgorithms

Bump version to 1.9.1

Choose a tag to compare

@vrettasm vrettasm released this 04 Jun 07:38

This new release updates three main crossover operators to perform also with chromosomes with different lengths.

New updated selection operators.

Choose a tag to compare

@vrettasm vrettasm released this 01 Feb 14:21

Added new selection operator (MetaSelector).

v. 1.8.1

Choose a tag to compare

@vrettasm vrettasm released this 07 Jan 10:55

Connects this version with Zenodo.

New multi-modal support feature.

Pre-release

Choose a tag to compare

@vrettasm vrettasm released this 17 Nov 10:43
28ac6b3

Added new selection operators to support multi-modal optimization problems.

New updates and bug fixes.

Pre-release

Choose a tag to compare

@vrettasm vrettasm released this 21 Oct 07:53
v.1.7.5

Rerun all examples.

Version (pre-release) at acceptance of the paper

Choose a tag to compare

@vrettasm vrettasm released this 09 Mar 09:57

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

v.1.6.8 Pre-release
Pre-release

Choose a tag to compare

@vrettasm vrettasm released this 13 Feb 11:00

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

v.1.6.5 Pre-release
Pre-release

Choose a tag to compare

@vrettasm vrettasm released this 25 Nov 16:57

Latest performance updates and rebuild documentation (including pdf).

v1.6.0

v1.6.0 Pre-release
Pre-release

Choose a tag to compare

@vrettasm vrettasm released this 08 Nov 15:42

Several major performance improvements over the previous version.

v1.5.0

v1.5.0 Pre-release
Pre-release

Choose a tag to compare

@vrettasm vrettasm released this 29 Oct 12:19

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.