PyGAD 2.18.2 release notes
- Remove
numpy.int
and numpy.float
from the list of supported data types. #151 #152
- Call the
on_crossover()
callback function even if crossover_type
is None
. #138
- Call the
on_mutation()
callback function even if mutation_type
is None
. #138