.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
botorch_logo_lockup.svg
environment.yml
pyproject.toml
setup.cfg
setup.py
.circleci/config.yml
.conda/build_conda.sh
.conda/meta.yaml
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
botorch/__init__.py
botorch/cross_validation.py
botorch/fit.py
botorch/logging.py
botorch/settings.py
botorch/version.py
botorch.egg-info/PKG-INFO
botorch.egg-info/SOURCES.txt
botorch.egg-info/dependency_links.txt
botorch.egg-info/requires.txt
botorch.egg-info/top_level.txt
botorch/acquisition/__init__.py
botorch/acquisition/acquisition.py
botorch/acquisition/active_learning.py
botorch/acquisition/analytic.py
botorch/acquisition/cost_aware.py
botorch/acquisition/fixed_feature.py
botorch/acquisition/knowledge_gradient.py
botorch/acquisition/max_value_entropy_search.py
botorch/acquisition/monte_carlo.py
botorch/acquisition/objective.py
botorch/acquisition/penalized.py
botorch/acquisition/utils.py
botorch/acquisition/multi_objective/__init__.py
botorch/acquisition/multi_objective/analytic.py
botorch/acquisition/multi_objective/monte_carlo.py
botorch/acquisition/multi_objective/objective.py
botorch/exceptions/__init__.py
botorch/exceptions/errors.py
botorch/exceptions/warnings.py
botorch/generation/__init__.py
botorch/generation/gen.py
botorch/generation/sampling.py
botorch/generation/utils.py
botorch/models/__init__.py
botorch/models/converter.py
botorch/models/cost.py
botorch/models/deterministic.py
botorch/models/gp_regression.py
botorch/models/gp_regression_fidelity.py
botorch/models/gpytorch.py
botorch/models/model.py
botorch/models/model_list_gp_regression.py
botorch/models/multitask.py
botorch/models/pairwise_gp.py
botorch/models/utils.py
botorch/models/kernels/__init__.py
botorch/models/kernels/downsampling.py
botorch/models/kernels/exponential_decay.py
botorch/models/kernels/linear_truncated_fidelity.py
botorch/models/transforms/__init__.py
botorch/models/transforms/input.py
botorch/models/transforms/outcome.py
botorch/models/transforms/utils.py
botorch/optim/__init__.py
botorch/optim/fit.py
botorch/optim/initializers.py
botorch/optim/numpy_converter.py
botorch/optim/optimize.py
botorch/optim/parameter_constraints.py
botorch/optim/stopping.py
botorch/optim/utils.py
botorch/posteriors/__init__.py
botorch/posteriors/deterministic.py
botorch/posteriors/gpytorch.py
botorch/posteriors/posterior.py
botorch/posteriors/transformed.py
botorch/sampling/__init__.py
botorch/sampling/pairwise_samplers.py
botorch/sampling/qmc.py
botorch/sampling/samplers.py
botorch/test_functions/__init__.py
botorch/test_functions/base.py
botorch/test_functions/multi_fidelity.py
botorch/test_functions/multi_objective.py
botorch/test_functions/synthetic.py
botorch/utils/__init__.py
botorch/utils/constraints.py
botorch/utils/containers.py
botorch/utils/feasible_volume.py
botorch/utils/objective.py
botorch/utils/rounding.py
botorch/utils/sampling.py
botorch/utils/testing.py
botorch/utils/torch.py
botorch/utils/transforms.py
botorch/utils/multi_objective/__init__.py
botorch/utils/multi_objective/box_decomposition.py
botorch/utils/multi_objective/hypervolume.py
botorch/utils/multi_objective/pareto.py
botorch/utils/multi_objective/scalarization.py
docs/README.md
docs/acquisition.md
docs/batching.md
docs/botorch_and_ax.md
docs/design_philosophy.md
docs/getting_started.md
docs/introduction.md
docs/models.md
docs/multi_objective.md
docs/objectives.md
docs/optimization.md
docs/overview.md
docs/posteriors.md
docs/samplers.md
docs/assets/EI_MC_qMC.png
docs/assets/EI_optimal_val_hist.png
docs/assets/EI_optimizer_hist.png
docs/assets/EI_resampling_fixed.png
docs/assets/botorch_and_ax.svg
docs/assets/mc_acq_illustration.svg
docs/assets/overview_bayesopt.svg
docs/assets/overview_blackbox.svg
docs/assets/overview_mcacquisition.svg
scripts/build_docs.sh
scripts/install_via_conda.sh
scripts/install_via_pip.sh
scripts/parse_sphinx.py
scripts/parse_tutorials.py
scripts/patch_site_config.py
scripts/publish_site.sh
scripts/run_tutorials.py
scripts/test_packaging.sh
scripts/update_versions_html.py
scripts/validate_sphinx.py
scripts/versions.js
sphinx/Makefile
sphinx/README.md
sphinx/make.bat
sphinx/source/acquisition.rst
sphinx/source/conf.py
sphinx/source/cross_validation.rst
sphinx/source/exceptions.rst
sphinx/source/fit.rst
sphinx/source/generation.rst
sphinx/source/index.rst
sphinx/source/logging.rst
sphinx/source/models.rst
sphinx/source/optim.rst
sphinx/source/posteriors.rst
sphinx/source/sampling.rst
sphinx/source/settings.rst
sphinx/source/test_functions.rst
sphinx/source/utils.rst
test/__init__.py
test/test_cross_validation.py
test/test_cuda.py
test/test_end_to_end.py
test/test_fit.py
test/test_logging.py
test/test_settings.py
test/acquisition/__init__.py
test/acquisition/test_acquisition.py
test/acquisition/test_active_learning.py
test/acquisition/test_analytic.py
test/acquisition/test_cost_aware.py
test/acquisition/test_fixed_feature.py
test/acquisition/test_knowledge_gradient.py
test/acquisition/test_max_value_entropy_search.py
test/acquisition/test_monte_carlo.py
test/acquisition/test_objective.py
test/acquisition/test_penalized.py
test/acquisition/test_utils.py
test/acquisition/multi_objective/__init__.py
test/acquisition/multi_objective/test_analytic.py
test/acquisition/multi_objective/test_monte_carlo.py
test/acquisition/multi_objective/test_objective.py
test/exceptions/__init__.py
test/exceptions/test_errors.py
test/exceptions/test_warnings.py
test/generation/__init__.py
test/generation/test_gen.py
test/generation/test_sampling.py
test/generation/test_utils.py
test/models/__init__.py
test/models/test_converter.py
test/models/test_cost.py
test/models/test_deterministic.py
test/models/test_gp_regression.py
test/models/test_gp_regression_fidelity.py
test/models/test_gpytorch.py
test/models/test_model.py
test/models/test_model_list_gp_regression.py
test/models/test_multitask.py
test/models/test_pairwise_gp.py
test/models/test_utils.py
test/models/kernels/__init__.py
test/models/kernels/test_downsampling.py
test/models/kernels/test_exponential_decay.py
test/models/kernels/test_linear_truncated_fidelity.py
test/models/transforms/__init__.py
test/models/transforms/test_input.py
test/models/transforms/test_outcome.py
test/models/transforms/test_utils.py
test/optim/__init__.py
test/optim/test_initializers.py
test/optim/test_numpy_converter.py
test/optim/test_optimize.py
test/optim/test_parameter_constraints.py
test/optim/test_stopping.py
test/optim/test_utils.py
test/posteriors/__init__.py
test/posteriors/test_deterministic.py
test/posteriors/test_gpytorch.py
test/posteriors/test_posterior.py
test/posteriors/test_transformed.py
test/sampling/__init__.py
test/sampling/test_pairwise_sampler.py
test/sampling/test_qmc.py
test/sampling/test_sampler.py
test/test_functions/__init__.py
test/test_functions/test_base.py
test/test_functions/test_multi_fidelity.py
test/test_functions/test_multi_objective.py
test/test_functions/test_synthetic.py
test/utils/__init__.py
test/utils/test_constraints.py
test/utils/test_containers.py
test/utils/test_feasible_volume.py
test/utils/test_objective.py
test/utils/test_rounding.py
test/utils/test_sampling.py
test/utils/test_testing.py
test/utils/test_torch.py
test/utils/test_transforms.py
test/utils/multi_objective/__init__.py
test/utils/multi_objective/test_box_decomposition.py
test/utils/multi_objective/test_hypervolume.py
test/utils/multi_objective/test_pareto.py
test/utils/multi_objective/test_scalarization.py
tutorials/README.md
tutorials/batch_mode_cross_validation.ipynb
tutorials/closed_loop_botorch_only.ipynb
tutorials/compare_mc_analytic_acquisition.ipynb
tutorials/constrained_multi_objective_bo.ipynb
tutorials/custom_acquisition.ipynb
tutorials/custom_botorch_model_in_ax.ipynb
tutorials/fit_model_with_torch_optimizer.ipynb
tutorials/max_value_entropy.ipynb
tutorials/meta_learning_with_rgpe.ipynb
tutorials/multi_fidelity_bo.ipynb
tutorials/multi_objective_bo.ipynb
tutorials/one_shot_kg.ipynb
tutorials/optimize_stochastic.ipynb
tutorials/optimize_with_cmaes.ipynb
tutorials/preference_bo.ipynb
tutorials/vae_mnist.ipynb
tutorials/pretrained_models/mnist_cnn.pt
tutorials/pretrained_models/mnist_vae.pt
website/.yarnrc
website/README.md
website/package.json
website/sidebars.json
website/siteConfig.js
website/tutorials.json
website/yarn.lock
website/core/Footer.js
website/core/Tutorial.js
website/core/TutorialSidebar.js
website/pages/en/index.js
website/pages/tutorials/index.js
website/static/.nojekyll
website/static/CNAME
website/static/pygments.css
website/static/css/alabaster.css
website/static/css/basic.css
website/static/css/code_block_buttons.css
website/static/css/custom.css
website/static/img/botorch.ico
website/static/img/botorch.png
website/static/img/botorch_logo_lockup.svg
website/static/img/botorch_logo_lockup_top.png
website/static/img/botorch_logo_lockup_white.png
website/static/img/expanding_arrows.svg
website/static/img/oss_logo.png
website/static/img/puzzle_pieces.svg
website/static/img/pytorch_logo.svg
website/static/js/code_block_buttons.js
website/static/js/mathjax.js