We provide a list of tests in this file.
tests/
├── common
│ ├── test_acquisition.py
│ ├── test_bo_bo_w_gp.py
│ ├── test_bo_bo_w_tp.py
│ ├── test_bo_bo_w_trees.py
│ ├── test_bo.py
│ ├── test_covariance.py
│ ├── test_gp_gp.py
│ ├── test_gp_kernel.py
│ ├── test_gp_likelihood.py
│ ├── test_import.py
│ ├── test_thompson_sampling.py
│ ├── test_tp_kernel.py
│ ├── test_tp_likelihood.py
│ ├── test_tp_tp.py
│ ├── test_trees.py
│ ├── test_trees_trees_common.py
│ ├── test_trees_trees_generic_trees.py
│ ├── test_trees_trees_random_forest.py
│ ├── test_utils_bo.py
│ ├── test_utils_common.py
│ ├── test_utils_covariance.py
│ ├── test_utils_gp.py
│ ├── test_utils_logger.py
│ ├── test_utils_plotting.py
│ ├── test_version.py
│ ├── test_wrappers_bo_class.py
│ ├── test_wrappers_bo_function.py
│ └── test_wrappers.py
├── integration_test.py
└── time
├── test_time_bo_load.py
├── test_time_bo_optimize.py
├── test_time_covariance.py
└── test_time_random_forest.py