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 51429f2 commit d0457f7Copy full SHA for d0457f7
botorch/acquisition/logei.py
@@ -449,7 +449,7 @@ def _init_baseline(
449
450
@property
451
def X_baseline(self) -> Tensor:
452
- """Returns the set of pointsthat should be considered as the incumbent.
+ """Returns the set of points that should be considered as the incumbent.
453
454
For incremental EI, this contains the previously evaluated points
455
(X_baseline) and pending points (X_pending). For non-incremental
0 commit comments