File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
examples/Constraints_Continuous Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 23
23
# * Maintain chemical balances across multiple experiments
24
24
# * Optimize the collective use of expensive materials
25
25
# For more details on interpoint constraints, see the {ref}`user guide on constraints
26
- # <userguide/constraints>`.
26
+ # <userguide/constraints:ContinuousLinearConstraint >`.
27
27
28
28
# ## Imports and Settings
29
29
117
117
# ## Campaign Setup
118
118
119
119
# We construct the search space by combining parameters with constraints, then create
120
- # a campaign targeting maximum reaction yield. The {class}`~baybe.recommenders.BotorchRecommender` with
120
+ # a campaign targeting maximum reaction yield. The
121
+ # {class}`~baybe.recommenders.pure.bayesian.botorch.BotorchRecommender` with
121
122
# `sequential_continuous=False` is required for interpoint constraints as they
122
123
# operate on batches rather than individual experiments.
123
124
You can’t perform that action at this time.
0 commit comments