LICENSE
README.md
pyproject.toml
setup.py
pygad/__init__.py
pygad/_version.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/benchmarks/__init__.py
pygad/benchmarks/classic.py
pygad/benchmarks/dtlz.py
pygad/benchmarks/knapsack.py
pygad/benchmarks/tsp.py
pygad/benchmarks/zdt.py
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/activations.py
pygad/helper/misc.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/engine.py
pygad/utils/mutation.py
pygad/utils/nsga.py
pygad/utils/nsga2.py
pygad/utils/nsga3.py
pygad/utils/parent_selection.py
pygad/utils/pygad_logo.png
pygad/utils/quality_indicators.py
pygad/utils/report.py
pygad/utils/validation.py
pygad/visualize/__init__.py
pygad/visualize/plot.py
tests/test_adaptive_mutation.py
tests/test_allow_duplicate_genes.py
tests/test_benchmarks.py
tests/test_best_solution.py
tests/test_cnn.py
tests/test_crossover_mutation.py
tests/test_gacnn.py
tests/test_gann.py
tests/test_gene_constraint.py
tests/test_gene_space.py
tests/test_gene_space_allow_duplicate_genes.py
tests/test_gene_type.py
tests/test_keep_parents_elitism.py
tests/test_kerasga.py
tests/test_lifecycle_callbacks_calls.py
tests/test_nsga3.py
tests/test_nsga3_dtlz2.py
tests/test_nsga3_pipeline.py
tests/test_nsga3_population_growth.py
tests/test_number_fitness_function_calls.py
tests/test_operators.py
tests/test_parallel.py
tests/test_push_to_vilvik.py
tests/test_quality_indicators.py
tests/test_report.py
tests/test_save_solutions.py
tests/test_sbx_polynomial.py
tests/test_stop_criteria.py
tests/test_stop_criteria_extensions.py
tests/test_submodule_versions.py
tests/test_summary.py
tests/test_torchga.py
tests/test_visualize.py