Skip to content

Commit 9e304e3

Browse files
blethamfacebook-github-bot
authored andcommitted
Typo fix in botorch overview
Summary: Fixes a minor typo in the overview doc Reviewed By: danielrjiang Differential Revision: D15154439 fbshipit-source-id: d9d3a2daba16d67c8f245c97d6c7c73b1bb4ea31
1 parent 24dfb54 commit 9e304e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ an `Objective` module, which returns a one-dimensional output that is passed to
115115
the acquisition function. The `MCAcquisitionFunction` class defaults its
116116
objective to `IdentityMCObjective`, which simply returns the last dimension of
117117
the model output. Thus, for the standard use case of a single-output GP that
118-
directly models the black box function $f$, no special objective required.
118+
directly models the black box function $f$, no special objective is required.
119119
For more details on the advanced features enabled by the `Objective`, see
120120
[Objectives](objectives).
121121

0 commit comments

Comments
 (0)