CITATION.cff
LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/README.md
examples/submission_template.py
scripts/README.md
scripts/score_submission.py
scripts/colibri/README.md
scripts/colibri/build_colibri_spaces.py
scripts/colibri/config/spaces.yaml
scripts/fingerprints/compute_descriptors.py
src/synthonbench/__init__.py
src/synthonbench/__main__.py
src/synthonbench/benchmark.py
src/synthonbench/cli.py
src/synthonbench/datasets.py
src/synthonbench/ids.py
src/synthonbench/metrics.py
src/synthonbench/oracle.py
src/synthonbench/presets.py
src/synthonbench/resources.py
src/synthonbench/runner.py
src/synthonbench/space.py
src/synthonbench/task.py
src/synthonbench.egg-info/PKG-INFO
src/synthonbench.egg-info/SOURCES.txt
src/synthonbench.egg-info/dependency_links.txt
src/synthonbench.egg-info/entry_points.txt
src/synthonbench.egg-info/requires.txt
src/synthonbench.egg-info/top_level.txt
src/synthonbench/baselines/__init__.py
src/synthonbench/baselines/_dedup.py
src/synthonbench/baselines/_features.py
src/synthonbench/baselines/allocators.py
src/synthonbench/baselines/base.py
src/synthonbench/baselines/factorization_machine.py
src/synthonbench/baselines/genetic_algorithm.py
src/synthonbench/baselines/global_ga.py
src/synthonbench/baselines/hill_climbing.py
src/synthonbench/baselines/mcts.py
src/synthonbench/baselines/random_forest.py
src/synthonbench/baselines/random_search.py
src/synthonbench/baselines/registry.py
src/synthonbench/baselines/rocsx_bayesian_bandit.py
src/synthonbench/baselines/routing.py
src/synthonbench/baselines/salsa_tabular_ts.py
src/synthonbench/baselines/slot_ucb.py
src/synthonbench/baselines/surrogate_expansion.py
src/synthonbench/baselines/thompson_sampling.py
src/synthonbench/data/__init__.py
src/synthonbench/data/example_space.tsv
src/synthonbench/external/__init__.py
src/synthonbench/external/fetch.py
tests/test_synthonbench.py