Open Collective
Open Collective
Loading
PyGAD 2.18.2
Published on February 14, 2023 by Ahmed Fawzy Gad

Release Date: 14 February 2023
  1. Remove numpy.int and numpy.float from the list of supported data types. https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/151 https://github.com/ahmedfgad/GeneticAlgorithmPython/pull/152
  2. Call the on_crossover() callback function even if crossover_type is None. https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/138
  3. Call the on_mutation() callback function even if mutation_type is None. https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/138