LICENSE
README.md
pyproject.toml
setup.py
gpax/__init__.py
gpax/__version__.py
gpax/hypo.py
gpax.egg-info/PKG-INFO
gpax.egg-info/SOURCES.txt
gpax.egg-info/dependency_links.txt
gpax.egg-info/not-zip-safe
gpax.egg-info/requires.txt
gpax.egg-info/top_level.txt
gpax/acquisition/__init__.py
gpax/acquisition/acquisition.py
gpax/acquisition/base_acq.py
gpax/acquisition/batch_acquisition.py
gpax/acquisition/penalties.py
gpax/kernels/__init__.py
gpax/kernels/kernels.py
gpax/kernels/mtkernels.py
gpax/models/__init__.py
gpax/models/corgp.py
gpax/models/dkl.py
gpax/models/gp.py
gpax/models/hskgp.py
gpax/models/ibnn.py
gpax/models/mtgp.py
gpax/models/spm.py
gpax/models/vgp.py
gpax/models/vi_ibnn.py
gpax/models/vi_mtdkl.py
gpax/models/vidkl.py
gpax/models/vigp.py
gpax/utils/__init__.py
gpax/utils/priors.py
gpax/utils/utils.py
tests/__init__.py
tests/test_acq.py
tests/test_corgp.py
tests/test_dkl.py
tests/test_gp.py
tests/test_hskgp.py
tests/test_hypo.py
tests/test_ibnn.py
tests/test_kernels.py
tests/test_mtgp.py
tests/test_spm.py
tests/test_utilpriors.py
tests/test_utils.py
tests/test_vgp.py
tests/test_vidkl.py
tests/test_vigp.py
tests/test_vimtdkl.py