PyGAD-2.6.0
Release Date: 6 August 2020
- A bug fix in assigning the value to the
initial_population
parameter. - A new parameter named
gene_type
is added to control the gene type. It can be eitherint
orfloat
. It has an effect only when the parametergene_space
isNone
. - 7 new parameters that accept callback functions:
on_start
,on_fitness
,on_parents
,on_crossover
,on_mutation
,on_generation
, andon_stop
.