LICENSE
MANIFEST.in
README.md
setup.py
slim_gsgp/__init__.py
slim_gsgp/example_gp.py
slim_gsgp/example_gsgp.py
slim_gsgp/example_slim.py
slim_gsgp/main_gp.py
slim_gsgp/main_gsgp.py
slim_gsgp/main_slim.py
slim_gsgp.egg-info/PKG-INFO
slim_gsgp.egg-info/SOURCES.txt
slim_gsgp.egg-info/dependency_links.txt
slim_gsgp.egg-info/requires.txt
slim_gsgp.egg-info/top_level.txt
slim_gsgp/algorithms/__init__.py
slim_gsgp/algorithms/GP/__init__.py
slim_gsgp/algorithms/GP/gp.py
slim_gsgp/algorithms/GP/operators/__init__.py
slim_gsgp/algorithms/GP/operators/crossover_operators.py
slim_gsgp/algorithms/GP/operators/mutators.py
slim_gsgp/algorithms/GP/representations/__init__.py
slim_gsgp/algorithms/GP/representations/population.py
slim_gsgp/algorithms/GP/representations/tree.py
slim_gsgp/algorithms/GP/representations/tree_utils.py
slim_gsgp/algorithms/GSGP/__init__.py
slim_gsgp/algorithms/GSGP/gsgp.py
slim_gsgp/algorithms/GSGP/operators/__init__.py
slim_gsgp/algorithms/GSGP/operators/crossover_operators.py
slim_gsgp/algorithms/GSGP/operators/mutators.py
slim_gsgp/algorithms/GSGP/representations/__init__.py
slim_gsgp/algorithms/GSGP/representations/population.py
slim_gsgp/algorithms/GSGP/representations/tree.py
slim_gsgp/algorithms/GSGP/representations/tree_utils.py
slim_gsgp/algorithms/SLIM_GSGP/__init__.py
slim_gsgp/algorithms/SLIM_GSGP/slim_gsgp.py
slim_gsgp/algorithms/SLIM_GSGP/operators/__init__.py
slim_gsgp/algorithms/SLIM_GSGP/operators/mutators.py
slim_gsgp/algorithms/SLIM_GSGP/representations/__init__.py
slim_gsgp/algorithms/SLIM_GSGP/representations/individual.py
slim_gsgp/algorithms/SLIM_GSGP/representations/population.py
slim_gsgp/config/__init__.py
slim_gsgp/config/gp_config.py
slim_gsgp/config/gsgp_config.py
slim_gsgp/config/slim_config.py
slim_gsgp/datasets/__init__.py
slim_gsgp/datasets/data_loader.py
slim_gsgp/datasets/__pycache__/__init__.cpython-310.pyc
slim_gsgp/datasets/__pycache__/data_loader.cpython-310.pyc
slim_gsgp/datasets/data/airfoil.txt
slim_gsgp/datasets/data/bike_sharing_day.txt
slim_gsgp/datasets/data/bioavailability.txt
slim_gsgp/datasets/data/boston.txt
slim_gsgp/datasets/data/breast_cancer.txt
slim_gsgp/datasets/data/concrete_slump.txt
slim_gsgp/datasets/data/concrete_strength.txt
slim_gsgp/datasets/data/diabetes.txt
slim_gsgp/datasets/data/efficiency_cooling.txt
slim_gsgp/datasets/data/efficiency_heating.txt
slim_gsgp/datasets/data/forest_fires.txt
slim_gsgp/datasets/data/istanbul.txt
slim_gsgp/datasets/data/ld50.txt
slim_gsgp/datasets/data/parkinson_total_UPDRS.txt
slim_gsgp/datasets/data/ppb.txt
slim_gsgp/datasets/data/resid_build_sale_price.txt
slim_gsgp/evaluators/__init__.py
slim_gsgp/evaluators/fitness_functions.py
slim_gsgp/initializers/__init__.py
slim_gsgp/initializers/initializers.py
slim_gsgp/selection/__init__.py
slim_gsgp/selection/selection_algorithms.py
slim_gsgp/utils/__init__.py
slim_gsgp/utils/diversity.py
slim_gsgp/utils/logger.py
slim_gsgp/utils/utils.py
tests/__init__.py
tests/test_gp.py
tests/test_gsgp.py
tests/test_slim.py
tests/test_utils.py
tests/test_validate_inputs.py