Pith. sign in

REVIEW 1 cited by

PyGAD: An Intuitive Genetic Algorithm Python Library

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2106.06158 v1 pith:6WPUBR4J submitted 2021-06-11 cs.NE cs.CVcs.LGmath.OC

classification cs.NEcs.CVcs.LGmath.OC
keywords pygadlibraryuseralgorithmfitnessfunctiongenegenetic
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
read the original abstract

This paper introduces PyGAD, an open-source easy-to-use Python library for building the genetic algorithm. PyGAD supports a wide range of parameters to give the user control over everything in its life cycle. This includes, but is not limited to, population, gene value range, gene data type, parent selection, crossover, and mutation. PyGAD is designed as a general-purpose optimization library that allows the user to customize the fitness function. Its usage consists of 3 main steps: build the fitness function, create an instance of the pygad.GA class, and calling the pygad.GA.run() method. The library supports training deep learning models created either with PyGAD itself or with frameworks like Keras and PyTorch. Given its stable state, PyGAD is also in active development to respond to the user's requested features and enhancement received on GitHub https://github.com/ahmedfgad/GeneticAlgorithmPython. PyGAD comes with documentation https://pygad.readthedocs.io for further details and examples.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. A diversity-enhanced genetic algorithm for efficient exploration of parameter spaces

    cs.NE 2024-12 conditional novelty 4.0 of 10

    A diversity-enhanced genetic algorithm with a similarity penalty explores multiple viable parameter regions more efficiently than random scans and, in a toy test, finds a more diverse set of optima than SciPy's differ...

Pith tools