Download Latest Version PyGAD-3.5.0 source code.tar.gz (19.8 MB)
Email in envelope

Get an email when there's a new version of PyGAD

Home / 3.3.1
Name Modified Size InfoDownloads / Week
Parent folder
pygad-3.3.1-py3-none-any.whl 2024-02-17 84.1 kB
pygad-3.3.1.tar.gz 2024-02-17 82.3 kB
PyGAD 3.3.1 source code.tar.gz 2024-02-17 19.7 MB
PyGAD 3.3.1 source code.zip 2024-02-17 21.2 MB
README.md 2024-02-17 650 Bytes
Totals: 5 Items   41.0 MB 0
  1. After the last generation and before the run() method completes, update the 2 instance attributes: 1) last_generation_parents 2) last_generation_parents_indices. This is to keep the list of parents up-to-date with the latest population fitness last_generation_fitness. https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/275
  2. 4 methods with names starting with run_. Their purpose is to keep the main loop inside the run() method clean. Check the [Other Methods](https://pygad.readthedocs.io/en/latest/pygad.html#other-methods) section for more information.
Source: README.md, updated 2024-02-17