Skip to content

Commit d2f29f5

Browse files
Ashwin Murthyfacebook-github-bot
authored andcommitted
Fix typo in botorch objectives.md
Reviewed By: Balandat Differential Revision: D15157587 fbshipit-source-id: e782097ea85129414ecd5a83d546b62e0569ac0f
1 parent 34afd52 commit d2f29f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/objectives.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ constrained objectives (using a sigmoid approximation for the constraints).
3636
### Utilizing GenericMCObjective
3737

3838
The [`GenericMCObjective`](../api/acquisition.html#genericmcobjective) allows
39-
to simply use a generic callable to implement an ad-hoc objective. The callable
39+
simply using a generic callable to implement an ad-hoc objective. The callable
4040
is expected to map a `sample_shape x batch_shape x q x o`-dimensional tensor of
4141
posterior samples to a `sample_shape x batch_shape x q`-dimensional tensor of
4242
sampled objective values.
@@ -53,7 +53,7 @@ mc_objective = GenericMCObjective(obj)
5353

5454
Instead of using `GenericMCObjective`, you can also implement your own
5555
`MCAcquisitionObjective` modules to make them easier to re-use, or support
56-
for more complex logic. The only thing required to implement
56+
more complex logic. The only thing required to implement
5757
is a `forward` method that takes in a
5858
`sample_shape x batch_shape x q x o`-dimensional tensor of
5959
posterior samples and maps it to a

0 commit comments

Comments
 (0)