objective
for qNegIntegratedPosteriorVariance
#2849
Replies: 1 comment 5 replies
-
This would have to return a transformed posterior, with that the variance computation here should do the right thing*: https://github.com/pytorch/botorch/blob/4632c36bf6f74387b9a7064c2ce491a5a3d22f95/botorch/acquisition/active_learning.py#L113-L117 *However, looking at the code there seems to be some implicit assumption that if a To implement a generic transform, you probably just want to define a custom Hope this helps, let me know how it goes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I wonder: is there a reason why
qNegIntegratedPosteriorVariance
does not accept anobjective
argument?Beta Was this translation helpful? Give feedback.
All reactions