
PyGAD
Fiscal Host: Open Source Collective
Open-source project for building the genetic algorithm & training machine learning models.

Contribute
Become a financial contributor.
Financial Contributions
Top financial contributors
1
Hyungseok. Seo
$120 USD since Jun 2021
NH-VII
$5 USD since Jan 2021
PyGAD is all of us
Our contributors 3
Thank you for supporting PyGAD.

Budget
Transparent and open finances.
$
Today’s balance$106.70 USD
Total raised
$106.70 USD
Total disbursed
--.-- USD
Estimated annual budget
$18.92 USD

Connect
Let’s get the ball rolling!
News from PyGAD
Updates on our activities and progress.
PyGAD 2.16.3
A new instance attribute called previous_generation_fitness added in the pygad.GA class. It holds the fitness values of one generation before the fitness values saved in the last_generation_fitness.Issue in the cal_pop_fitness() method in g...
Published on February 3, 2022 by Ahmed Fawzy Gad
PyGAD 2.16.1
Reuse the fitness of previously explored solutions rather than recalculating them. This feature only works if save_solutions=True. The user can use the tqdm library to show a progress bar....
Published on September 29, 2021 by Ahmed Fawzy Gad
PyGAD 2.16.0
A user-defined function can be passed to the mutation_type, crossover_type, and parent_selection_type parameters in the pygad.GA class to create a custom mutation, crossover, and parent selection operators. Check the User-Defined Crossover,...
Published on June 20, 2021 by Ahmed Fawzy Gad

About
PyGAD is an open-source Python library for building the genetic algorithm. Check its documentation: https://pygad.readthedocs.io
Our team
Ahmed Fawzy Gad
Admin