Commit b3c6862
Move HSS kernel GP and utils into OSS BoTorch (#3284)
Summary:
Pull Request resolved: #3284
Move the hierarchical search space (HSS) conditional kernel GP and helper
utilities from `botorch_fb.models.hss` into open-source BoTorch at
`botorch.models.hierarchical`.
Moves (history preserved via `sl mv`):
- `botorch_fb/models/hss/hierarchical_conditional_kernel_gp.py` →
`botorch/models/hierarchical/conditional_kernel_gp.py`
- `botorch_fb/models/hss/utils.py` →
`botorch/models/hierarchical/utils.py`
- Corresponding tests under
`botorch_fb/test/models/hss/` → `botorch/test/models/hierarchical/`.
New `__init__.py` at `botorch/models/hierarchical/` exports
`HierarchicalConditionalKernel`, `HierarchicalConditionalKernelGP`, and
`HierarchicalConditionalKernelMultiTaskGP`.
License headers swapped to the OSS MIT license header.
Reviewed By: ItsMrLin
Differential Revision: D101814586
fbshipit-source-id: 65bdb71f9e3860f977868b8f78f332fde965b1941 parent 75fe56b commit b3c6862
7 files changed
Lines changed: 1431 additions & 0 deletions
File tree
- botorch/models/hierarchical
- sphinx/source
- test/models/hierarchical
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments