Skip to content

Commit 2c5dc47

Browse files
committed
Fix broken links
1 parent 0e8682e commit 2c5dc47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/Constraints_Continuous/interpoint.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# * Maintain chemical balances across multiple experiments
2424
# * Optimize the collective use of expensive materials
2525
# For more details on interpoint constraints, see the {ref}`user guide on constraints
26-
# <userguide/constraints>`.
26+
# <userguide/constraints:ContinuousLinearConstraint>`.
2727

2828
# ## Imports and Settings
2929

@@ -117,7 +117,8 @@
117117
# ## Campaign Setup
118118

119119
# 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
121122
# `sequential_continuous=False` is required for interpoint constraints as they
122123
# operate on batches rather than individual experiments.
123124

0 commit comments

Comments
 (0)