Skip to content

PyGAD-2.18.2

Compare
Choose a tag to compare
@ahmedfgad ahmedfgad released this 14 Feb 19:25
· 310 commits to master since this release

PyGAD 2.18.2 release notes

  1. Remove numpy.int and numpy.float from the list of supported data types. #151 #152
  2. Call the on_crossover() callback function even if crossover_type is None. #138
  3. Call the on_mutation() callback function even if mutation_type is None. #138