Skip to content

Commit

Permalink
Add SAAS MTGP to the storage registry (facebook#1619)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebook#1619

Reviewed By: dme65

Differential Revision: D45717009

fbshipit-source-id: 94be947003ea72cf268ed9292c872025c14e8eb5
  • Loading branch information
saitcakmak authored and facebook-github-bot committed May 10, 2023
1 parent a7c86cb commit 85fb662
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ax/storage/botorch_modular_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
qNoisyExpectedHypervolumeImprovement,
)
from botorch.models import SaasFullyBayesianSingleTaskGP
from botorch.models.fully_bayesian_multitask import SaasFullyBayesianMultiTaskGP

# BoTorch `Model` imports
from botorch.models.gp_regression import FixedNoiseGP, SingleTaskGP
Expand Down Expand Up @@ -85,6 +86,7 @@
SingleTaskGP: "SingleTaskGP",
SingleTaskMultiFidelityGP: "SingleTaskMultiFidelityGP",
SaasFullyBayesianSingleTaskGP: "SaasFullyBayesianSingleTaskGP",
SaasFullyBayesianMultiTaskGP: "SaasFullyBayesianMultiTaskGP",
}


Expand Down

0 comments on commit 85fb662

Please sign in to comment.