Skip to content

Commit 4a1f8ed

Browse files
Balandatfacebook-github-bot
authored andcommitted
Fix error in docstring of ConstrainedExpectedImprovement (#1499)
Summary: Pull Request resolved: #1499 Reviewed By: esantorella Differential Revision: D41249851 Pulled By: Balandat fbshipit-source-id: 86cea4514778872d9adf2e100f7d543ea261c8f7
1 parent 1fea0e3 commit 4a1f8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botorch/acquisition/analytic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def __init__(
373373
r"""Analytic Constrained Expected Improvement.
374374
375375
Args:
376-
model: A fitted single-outcome model.
376+
model: A fitted multi-output model.
377377
best_f: Either a scalar or a `b`-dim Tensor (batch mode) representing
378378
the best feasible function value observed so far (assumed noiseless).
379379
objective_index: The index of the objective.

0 commit comments

Comments
 (0)