CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/architecture.md
docs/compiler-data.md
docs/evaluation.md
docs/execution.md
docs/prediction.md
docs/selection.md
examples/basic_comparison.py
examples/compiler_dataset.py
examples/evaluate_execution.py
examples/execute_selection.py
examples/from_experiment_results.py
examples/predict_geometry.py
examples/select_program.py
src/adaptcompile/__init__.py
src/adaptcompile/_execution.py
src/adaptcompile/_identity.py
src/adaptcompile/_validation.py
src/adaptcompile/dataset.py
src/adaptcompile/episode.py
src/adaptcompile/errors.py
src/adaptcompile/family.py
src/adaptcompile/geometry.py
src/adaptcompile/model.py
src/adaptcompile/program.py
src/adaptcompile/py.typed
src/adaptcompile/result.py
src/adaptcompile/serialization.py
src/adaptcompile/study.py
src/adaptcompile.egg-info/PKG-INFO
src/adaptcompile.egg-info/SOURCES.txt
src/adaptcompile.egg-info/dependency_links.txt
src/adaptcompile.egg-info/requires.txt
src/adaptcompile.egg-info/top_level.txt
src/adaptcompile/compiler/__init__.py
src/adaptcompile/compiler/data.py
src/adaptcompile/compiler/prediction.py
src/adaptcompile/compiler/predictors.py
src/adaptcompile/compiler/selection.py
src/adaptcompile/compiler/selectors.py
src/adaptcompile/evaluation/__init__.py
src/adaptcompile/evaluation/core.py
src/adaptcompile/evaluation/evaluators.py
src/adaptcompile/execution/__init__.py
src/adaptcompile/execution/backends.py
src/adaptcompile/execution/core.py
tests/conftest.py
tests/test_compiler.py
tests/test_dataset.py
tests/test_episode.py
tests/test_evaluation.py
tests/test_execution.py
tests/test_family.py
tests/test_geometry.py
tests/test_model.py
tests/test_optional_dataframe.py
tests/test_prediction.py
tests/test_program.py
tests/test_result.py
tests/test_ridge_predictor.py
tests/test_selection.py
tests/test_serialization.py
tests/test_study.py
tests/integration/test_compiler_dataset.py
tests/integration/test_evaluation_integration.py
tests/integration/test_execution_integration.py
tests/integration/test_experiment_slice.py
tests/integration/test_multi_model_slice.py
tests/integration/test_prediction_integration.py
tests/integration/test_selection_integration.py