CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/architecture.md
docs/compiler-data.md
examples/basic_comparison.py
examples/compiler_dataset.py
examples/from_experiment_results.py
src/adaptcompile/__init__.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
tests/conftest.py
tests/test_compiler.py
tests/test_dataset.py
tests/test_episode.py
tests/test_family.py
tests/test_geometry.py
tests/test_model.py
tests/test_optional_dataframe.py
tests/test_program.py
tests/test_result.py
tests/test_serialization.py
tests/test_study.py
tests/integration/test_compiler_dataset.py
tests/integration/test_experiment_slice.py
tests/integration/test_multi_model_slice.py