LICENSE
README.md
pyproject.toml
jaxbo/__init__.py
jaxbo/acquisitions.py
jaxbo/gp.py
jaxbo/initializers.py
jaxbo/input_priors.py
jaxbo/kernels.py
jaxbo/mcmc_models.py
jaxbo/optimizers.py
jaxbo/priors.py
jaxbo/serializable.py
jaxbo/test_functions.py
jaxbo/utils.py
jaxbo/weights.py
jaxbo.egg-info/PKG-INFO
jaxbo.egg-info/SOURCES.txt
jaxbo.egg-info/dependency_links.txt
jaxbo.egg-info/requires.txt
jaxbo.egg-info/top_level.txt
jaxbo/mcmc/__init__.py
jaxbo/mcmc/models.py
jaxbo/models/__init__.py
jaxbo/models/base_gpmodel.py
jaxbo/models/deep_multifidelity_gp.py
jaxbo/models/deep_multifidelity_gp_multioutputs.py
jaxbo/models/gp_model.py
jaxbo/models/gradient_gp.py
jaxbo/models/heterogeneous_multifidelity_gp.py
jaxbo/models/manifold_gp_model.py
jaxbo/models/manifold_gp_multioutputs.py
jaxbo/models/multifidelity_gp.py
jaxbo/models/multiple_independent_heterogeneous_mfgp.py
jaxbo/models/multiple_independent_mfgp.py
jaxbo/models/multiple_independent_output_gp_model.py
jaxbo/multifidelity/__init__.py
jaxbo/multifidelity/deep_multifidelity_gp.py
jaxbo/multifidelity/deep_multifidelity_gp_multioutputs.py
jaxbo/multifidelity/gradient_gp.py
jaxbo/multifidelity/heterogeneous_multifidelity_gp.py
jaxbo/multifidelity/manifold_gp_model.py
jaxbo/multifidelity/manifold_gp_multioutputs.py
jaxbo/multifidelity/multifidelity_gp.py
jaxbo/multifidelity/multiple_independent_heterogeneous_mfgp.py
jaxbo/multifidelity/multiple_independent_mfgp.py
jaxbo/multifidelity/multiple_independent_output_gp_model.py
jaxbo/multifidelity/nn.py
jaxbo/multifidelity/serializable.py
tests/test_acquisitions.py
tests/test_compat.py
tests/test_extras.py
tests/test_gp.py
tests/test_import_guards.py
tests/test_kernels.py
tests/test_optimizers.py
tests/test_priors.py
tests/test_score_candidates.py
tests/test_test_functions.py
tests/test_utils.py