Skip to content

Commit

Permalink
Add admonition on mixing interpoint and cardinality constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
AVHopp committed Dec 16, 2024
1 parent 46880fb commit 1a72839
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/userguide/constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ ContinuousLinearConstraint(
)
```

```{admonition} Mixing interpoint and cardinality constraints
:class: note
Currently, BayBE does not support to use both interpoint and cardinality constraints
within the same search space.
```

## Conditions
Conditions are elements used within discrete constraints.
While discrete constraints can operate on one or multiple parameters, a condition
Expand Down

0 comments on commit 1a72839

Please sign in to comment.