.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
environment.yml
pyproject.toml
requirements.txt
setup.cfg
.github/workflows/bandit.yml
.github/workflows/deploy.yml
.github/workflows/test.yml
VOPy.egg-info/PKG-INFO
VOPy.egg-info/SOURCES.txt
VOPy.egg-info/dependency_links.txt
VOPy.egg-info/requires.txt
VOPy.egg-info/top_level.txt
docs/Makefile
docs/requirements.txt
docs/source/acquisition.rst
docs/source/algorithms.rst
docs/source/conf.py
docs/source/confidence_region.rst
docs/source/datasets.rst
docs/source/design_space.rst
docs/source/index.rst
docs/source/maximization_problem.rst
docs/source/models.rst
docs/source/order.rst
docs/source/ordering_cone.rst
docs/source/utils.rst
docs/source/_static/.gitkeep
docs/source/_static/hide_code_cells.js
docs/source/_static/vopy_deps.jpg
examples/01_motivating_example.ipynb
examples/02_basic_order.ipynb
examples/03_bb_vector_optimization_with_naive_el.ipynb
examples/04_bb_vector_optimization_continuous_domain.ipynb
examples/05_performance_comparison.ipynb
examples/06_naive_el_vs_paveba_on_fairness.ipynb
examples/07_vopy_vs_optuna.ipynb
test/__init__.py
test/test_confidence_region.py
test/test_design_space.py
test/test_maximization_problem.py
test/test_order.py
test/test_ordering_cone.py
test/acquisition/__init__.py
test/acquisition/test_acquisition.py
test/algorithms/__init__.py
test/algorithms/test_auer.py
test/algorithms/test_decoupled.py
test/algorithms/test_epal.py
test/algorithms/test_naive.py
test/algorithms/test_paveba.py
test/algorithms/test_paveba_gp.py
test/algorithms/test_paveba_gp_online.py
test/algorithms/test_paveba_partial_gp.py
test/algorithms/test_vogp.py
test/algorithms/test_vogp_ad.py
test/datasets/__init__.py
test/datasets/test_dataset.py
test/models/__init__.py
test/models/test_empirical_mean_var.py
test/models/test_gpytorch.py
test/models/test_kernels.py
test/utils/__init__.py
test/utils/test_evaluate.py
test/utils/test_plotting.py
test/utils/test_transforms.py
test/utils/test_utils.py
vopy/__init__.py
vopy/confidence_region.py
vopy/design_space.py
vopy/maximization_problem.py
vopy/order.py
vopy/ordering_cone.py
vopy/version.py
vopy/acquisition/__init__.py
vopy/acquisition/acquisition.py
vopy/algorithms/__init__.py
vopy/algorithms/algorithm.py
vopy/algorithms/auer.py
vopy/algorithms/decoupled.py
vopy/algorithms/epal.py
vopy/algorithms/naive_elimination.py
vopy/algorithms/paveba.py
vopy/algorithms/paveba_gp.py
vopy/algorithms/paveba_gp_online.py
vopy/algorithms/paveba_partial_gp.py
vopy/algorithms/vogp.py
vopy/algorithms/vogp_ad.py
vopy/datasets/__init__.py
vopy/datasets/dataset.py
vopy/datasets/data/VehicleSafety.npy
vopy/datasets/data/brake.npy
vopy/datasets/data/fairness.npy
vopy/datasets/data/sort_256.csv
vopy/datasets/data/test.npy
vopy/models/__init__.py
vopy/models/empirical_mean_var.py
vopy/models/gpytorch.py
vopy/models/kernels.py
vopy/models/model.py
vopy/utils/__init__.py
vopy/utils/evaluate.py
vopy/utils/plotting.py
vopy/utils/seed.py
vopy/utils/transforms.py
vopy/utils/utils.py