LICENSE
README.md
pyproject.toml
setup.py
pygad/__init__.py
pygad/pygad.py
pygad.egg-info/PKG-INFO
pygad.egg-info/SOURCES.txt
pygad.egg-info/dependency_links.txt
pygad.egg-info/requires.txt
pygad.egg-info/top_level.txt
pygad/cnn/__init__.py
pygad/cnn/cnn.py
pygad/gacnn/__init__.py
pygad/gacnn/gacnn.py
pygad/gann/__init__.py
pygad/gann/gann.py
pygad/helper/__init__.py
pygad/helper/unique.py
pygad/kerasga/__init__.py
pygad/kerasga/kerasga.py
pygad/nn/__init__.py
pygad/nn/nn.py
pygad/torchga/__init__.py
pygad/torchga/torchga.py
pygad/utils/__init__.py
pygad/utils/crossover.py
pygad/utils/mutation.py
pygad/utils/nsga2.py
pygad/utils/parent_selection.py
pygad/visualize/__init__.py
pygad/visualize/plot.py
tests/test_adaptive_mutation.py
tests/test_allow_duplicate_genes.py
tests/test_crossover_mutation.py
tests/test_gene_space.py
tests/test_gene_space_allow_duplicate_genes.py
tests/test_lifecycle_callbacks_calls.py
tests/test_number_fitness_function_calls.py
tests/test_save_solutions.py
tests/test_stop_criteria.py