PyGAD-2.13.0
PyGAD 2.13.0
Release Date: 12 March 2021
- A new
bool
parameter calledallow_duplicate_genes
is supported. IfTrue
, which is the default, then a solution/chromosome may have duplicate gene values. IfFalse
, then each gene will have a unique value in its solution. Check the Prevent Duplicates in Gene Values section for more details. - The
last_generation_fitness
is updated at the end of each generation not at the beginning. This keeps the fitness values of the most up-to-date population assigned to thelast_generation_fitness
parameter.