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*: botorch/botorch/acquisition/active_learning.py Lines 113 to 117 in 4632c36 *However, looking at the code there seems to be some implicit assumption that if a botorch/botorch/acquisition/active_learning.py Lines 119 to 124 in 4632c36 To implement a generic transform, you probably just want to define a custom botorch/botorch/posteriors/transformed.py Line 16 in 4632c36 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