ahmedfgad / GeneticAlgorithmPython

Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).
https://pygad.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.79k stars 451 forks source link

Bug fixes #196

Closed ahmedfgad closed 1 year ago

ahmedfgad commented 1 year ago

Fix a bug when fitness_batch_size is used with adaptive mutation: https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/195