You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added posterior_transform to posterior method in ApproximateGPyTorchModel (#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
0 commit comments