-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added posterior_transform to posterior method in ApproximateGPyTorchM…
…odel (#2531) Summary: ## Motivation This PR fixes #2530. Adds a new posterior_transform parameter to the posterior method of ApproximateGPyTorchModel. ### Have you read the [Contributing Guidelines on pull requests](https://github.com/pytorch/botorch/blob/main/CONTRIBUTING.md#pull-requests)? Yes Pull Request resolved: #2531 Test Plan: I was able to generate candidate points with ExpectedImprovement acquisition function with a SingleTaskVariationalGP that was trained on 2 output columns. ## Related PRs NA Reviewed By: mgarrard Differential Revision: D62652630 Pulled By: Balandat fbshipit-source-id: 6870c8a1f47454e70951e7e7eb420cd05a2fb246
- Loading branch information
1 parent
6ebfa82
commit e9ce11f
Showing
2 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters