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 18c80ff commit 3d47b62Copy full SHA for 3d47b62
botorch/optim/optimize.py
@@ -196,7 +196,7 @@ def _optimize_acqf_all_features_fixed(
196
X = X.expand(q, *X.shape)
197
with torch.no_grad():
198
acq_value = acq_function(X)
199
- return X, acq_value
+ return X, acq_value[0]
200
201
202
def _validate_sequential_inputs(opt_inputs: OptimizeAcqfInputs) -> None:
0 commit comments