We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c73830 commit f23e90bCopy full SHA for f23e90b
botorch/optim/optimize.py
@@ -192,7 +192,7 @@ def _optimize_acqf_all_features_fixed(
192
X = X.expand(q, *X.shape)
193
with torch.no_grad():
194
acq_value = acq_function(X)
195
- return X, acq_value
+ return X, acq_value[0]
196
197
198
def _validate_sequential_inputs(opt_inputs: OptimizeAcqfInputs) -> None:
0 commit comments