LICENCE.txt
MANIFEST.in
README.md
pyproject.toml
src/Sparkle.egg-info/PKG-INFO
src/Sparkle.egg-info/SOURCES.txt
src/Sparkle.egg-info/dependency_links.txt
src/Sparkle.egg-info/entry_points.txt
src/Sparkle.egg-info/requires.txt
src/Sparkle.egg-info/top_level.txt
src/sparkle/__about__.py
src/sparkle/__init__.py
src/sparkle/CLI/__init__.py
src/sparkle/CLI/_cli_.py
src/sparkle/CLI/about.py
src/sparkle/CLI/add_feature_extractor.py
src/sparkle/CLI/add_instances.py
src/sparkle/CLI/add_solver.py
src/sparkle/CLI/check.py
src/sparkle/CLI/cleanup.py
src/sparkle/CLI/compute_features.py
src/sparkle/CLI/configure_solver.py
src/sparkle/CLI/construct_portfolio_selector.py
src/sparkle/CLI/generate_report.py
src/sparkle/CLI/initialise.py
src/sparkle/CLI/jobs.py
src/sparkle/CLI/load_snapshot.py
src/sparkle/CLI/remove_feature_extractor.py
src/sparkle/CLI/remove_instances.py
src/sparkle/CLI/remove_solver.py
src/sparkle/CLI/run_ablation.py
src/sparkle/CLI/run_parallel_portfolio.py
src/sparkle/CLI/run_portfolio_selector.py
src/sparkle/CLI/run_solvers.py
src/sparkle/CLI/save_snapshot.py
src/sparkle/CLI/status.py
src/sparkle/CLI/wrap.py
src/sparkle/CLI/help/__init__.py
src/sparkle/CLI/help/argparse_custom.py
src/sparkle/CLI/help/global_variables.py
src/sparkle/CLI/help/jobs.py
src/sparkle/CLI/help/logging.py
src/sparkle/CLI/help/nicknames.py
src/sparkle/CLI/help/snapshot_help.py
src/sparkle/configurator/__init__.py
src/sparkle/configurator/configurator.py
src/sparkle/configurator/configurator_cli.py
src/sparkle/configurator/implementations/__init__.py
src/sparkle/configurator/implementations/irace.py
src/sparkle/configurator/implementations/paramils.py
src/sparkle/configurator/implementations/smac2.py
src/sparkle/configurator/implementations/smac3.py
src/sparkle/configurator/implementations/IRACE/irace_target_algorithm.py
src/sparkle/configurator/implementations/ParamILS/paramils_target_algorithm.py
src/sparkle/configurator/implementations/SMAC2/smac2_target_algorithm.py
src/sparkle/configurator/implementations/SMAC3/smac3_target_algorithm.py
src/sparkle/instance/__init__.py
src/sparkle/instance/instances.py
src/sparkle/platform/__init__.py
src/sparkle/platform/cli_types.py
src/sparkle/platform/file_help.py
src/sparkle/platform/latex.py
src/sparkle/platform/settings_objects.py
src/sparkle/platform/output/__init__.py
src/sparkle/platform/output/configuration_output.py
src/sparkle/platform/output/parallel_portfolio_output.py
src/sparkle/platform/output/selection_output.py
src/sparkle/platform/output/structures.py
src/sparkle/selector/__init__.py
src/sparkle/selector/extractor.py
src/sparkle/selector/extractor_cli.py
src/sparkle/selector/selector.py
src/sparkle/selector/selector_cli.py
src/sparkle/solver/__init__.py
src/sparkle/solver/solver.py
src/sparkle/solver/solver_cli.py
src/sparkle/solver/verifiers.py
src/sparkle/structures/__init__.py
src/sparkle/structures/feature_dataframe.py
src/sparkle/structures/performance_dataframe.py
src/sparkle/tools/__init__.py
src/sparkle/tools/configspace.py
src/sparkle/tools/general.py
src/sparkle/tools/parameters.py
src/sparkle/tools/slurm_parsing.py
src/sparkle/tools/solver_wrapper_parsing.py
src/sparkle/tools/runsolver/__init__.py
src/sparkle/tools/runsolver/py_runsolver.py
src/sparkle/tools/runsolver/resolver.py
src/sparkle/tools/runsolver/runsolver.py
src/sparkle/types/__init__.py
src/sparkle/types/features.py
src/sparkle/types/objective.py
src/sparkle/types/sparkle_callable.py
src/sparkle/types/status.py