Skip to content

PyGAD-2.6.0

Compare
Choose a tag to compare
@ahmedfgad ahmedfgad released this 06 Aug 13:43
· 430 commits to master since this release
13ac039

Release Date: 6 August 2020

  1. A bug fix in assigning the value to the initial_population parameter.
  2. A new parameter named gene_type is added to control the gene type. It can be either int or float. It has an effect only when the parameter gene_space is None.
  3. 7 new parameters that accept callback functions: on_start, on_fitness, on_parents, on_crossover, on_mutation, on_generation, and on_stop.