File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ constrained objectives (using a sigmoid approximation for the constraints).
3636### Utilizing GenericMCObjective
3737
3838The [ ` 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
4040is expected to map a ` sample_shape x batch_shape x q x o ` -dimensional tensor of
4141posterior samples to a ` sample_shape x batch_shape x q ` -dimensional tensor of
4242sampled objective values.
@@ -53,7 +53,7 @@ mc_objective = GenericMCObjective(obj)
5353
5454Instead 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
5757is a ` forward ` method that takes in a
5858` sample_shape x batch_shape x q x o ` -dimensional tensor of
5959posterior samples and maps it to a
You can’t perform that action at this time.
0 commit comments