Open
Description
🚀 Feature Request
Allow the PosteriorTransform.evaluate()
and PosteriorTransform.forward()
(
botorch/botorch/acquisition/objective.py
Lines 48 to 70 in 242ddd9
X
in addition to the values Y
or posterior, respectively.
Motivation
See #1545
Additional context
This blocks on the input transform refactor - Until that is done, we tend to have the transformed X where we call the posterior_transform.
Activity