Skip to content

Commit 03280fb

Browse files
ScienfitzAVHopp
authored andcommitted
Fix minor typos and formatting
1 parent a48f56b commit 03280fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/userguide/constraints.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ the constraints are currently silently ignored.
3838

3939
The [`ContinuousLinearConstraint`](baybe.constraints.continuous.ContinuousLinearConstraint)
4040
is used to model linear relationship between between continuous parameters.
41-
BayBE support two different kinds of continuous linear constraints:
41+
BayBE supports two different kinds of continuous linear constraints:
4242
1. **Intrapoint constraints:** These constraints model the relationship between the parameters
4343
within (*intra-*) individual experiments (*-points*) and are what people typically think of when
4444
simply speaking about "constraints". For that reason, a `ContinuousLinearConstraint` is
4545
interpreted as an intrapoint constraint if not explicitly declared otherwise.
4646
2. **Interpoint constraints:** These constraints model the relationship of different experiments
4747
across the whole batch (*inter-*) of exeriments (*-points*).
4848

49-
#### Intrapoint constraints
49+
#### Intrapoint Constraints
5050
When not explicitly declaring it an interpoint constraint, the
5151
[`ContinuousLinearConstraint`](baybe.constraints.continuous.ContinuousLinearConstraint)
5252
asserts that the following kind of equations are true (up to numerical rounding errors):
@@ -107,7 +107,6 @@ $$
107107
They can be defined by using the `interpoint` argument of the
108108
[`ContinuousLinearConstraint`](baybe.constraints.continuous.ContinuousLinearConstraint)
109109
class.
110-
111110
A possible relevant constraint might be that only 100ml of a given solvent are available for
112111
a full batch.
113112

@@ -124,7 +123,7 @@ ContinuousLinearConstraint(
124123
)
125124
```
126125

127-
```{admonition} Limited scope
126+
```{admonition} Limited Scope
128127
:class: warning
129128
There are some limitations regarding the use of interpoint constraints that you need
130129
to be aware of:

examples/Constraints_Continuous/interpoint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
# * Ensure total resource consumption meets exact requirements
2323
# * Maintain chemical balances across multiple experiments
2424
# * Optimize the collective use of expensive materials
25+
2526
# For more details on interpoint constraints, see the {ref}`user guide on constraints
2627
# <userguide/constraints:ContinuousLinearConstraint>`.
2728

0 commit comments

Comments
 (0)