Skip to content

Commit

Permalink
Fix error in docstring of ConstrainedExpectedImprovement
Browse files Browse the repository at this point in the history
  • Loading branch information
Balandat committed Nov 12, 2022
1 parent 1fea0e3 commit 24db9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botorch/acquisition/analytic.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def __init__(
r"""Analytic Constrained Expected Improvement.
Args:
model: A fitted single-outcome model.
model: A fitted multi-output model.
best_f: Either a scalar or a `b`-dim Tensor (batch mode) representing
the best feasible function value observed so far (assumed noiseless).
objective_index: The index of the objective.
Expand Down

0 comments on commit 24db9c2

Please sign in to comment.