.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
README.md
pyproject.toml
.github/workflows/docs.yml
.github/workflows/release.yml
.github/workflows/tests.yml
docs/.gitignore
docs/_config.yml
docs/_toc.yml
docs/requirements.txt
docs/_static/mystyle.css
docs/studies/acquisition_functions.md
docs/studies/compas_lnl_surrogate.ipynb
docs/studies/example.ipynb
docs/studies/multimodal_example.py
docs/studies/plot_regret.py
docs/studies/regret.png
docs/studies/regret_exploit.csv
docs/studies/regret_explore.csv
docs/studies/regret_multi.png
docs/studies/train_exploit.gif
docs/studies/train_explore.gif
docs/studies/train_multi_both.gif
docs/studies/train_multi_exploit.gif
docs/studies/train_multi_explore.gif
src/compas_surrogate.lnl_surrogate.egg-info/PKG-INFO
src/compas_surrogate.lnl_surrogate.egg-info/SOURCES.txt
src/compas_surrogate.lnl_surrogate.egg-info/dependency_links.txt
src/compas_surrogate.lnl_surrogate.egg-info/entry_points.txt
src/compas_surrogate.lnl_surrogate.egg-info/requires.txt
src/compas_surrogate.lnl_surrogate.egg-info/top_level.txt
src/lnl_surrogate/__init__.py
src/lnl_surrogate/_version.py
src/lnl_surrogate/cli.py
src/lnl_surrogate/logger.py
src/lnl_surrogate/kl_distance/__init__.py
src/lnl_surrogate/kl_distance/batch_distance_computer.py
src/lnl_surrogate/kl_distance/kl_distance.py
src/lnl_surrogate/plotting/__init__.py
src/lnl_surrogate/plotting/diagnostics.py
src/lnl_surrogate/plotting/plot_median_model.py
src/lnl_surrogate/surrogate/__init__.py
src/lnl_surrogate/surrogate/lnl_surrogate.py
src/lnl_surrogate/surrogate/model.py
src/lnl_surrogate/surrogate/sample.py
src/lnl_surrogate/surrogate/train.py
src/lnl_surrogate/surrogate/utils.py
src/lnl_surrogate/surrogate/managers/__init__.py
src/lnl_surrogate/surrogate/managers/data_manager.py
src/lnl_surrogate/surrogate/managers/optimiser_manager.py
tests/common.py
tests/conftest.py
tests/test_analytical_aSF_posterior.py
tests/test_cli.py
tests/test_kl_distance.py
tests/test_lnl_build.py
tests/test_lvk_lnl_traininer.py
tests/test_surrogate_acquisition.py
tests/test_surrogate_surface.py