@@ -16,6 +16,15 @@ While some pure recommenders are versatile and work across different types of se
1616spaces, other are specifically designed for discrete or continuous spaces. The
1717compatibility is indicated via the corresponding `` compatibility `` class variable.
1818
19+ ``` {admonition} Additional Options for Discrete Search Spaces
20+ :class: note
21+ For discrete search spaces, BayBE provides additional control over pure recommenders.
22+ You can explicitly define whether a recommender is allowed to recommend previous
23+ recommendations again via `allow_repeated_recommendations` and whether it can output
24+ recommendations that have already been measured via
25+ `allow_recommending_already_measured`.
26+ ```
27+
1928### Bayesian Recommenders
2029
2130The Bayesian recommenders in BayBE are built on the foundation of the
@@ -69,15 +78,6 @@ BayBE provides two recommenders that recommend by sampling form the search space
6978 this recommender can be found
7079 [ here] ( ./../../examples/Custom_Surrogates/surrogate_params ) .
7180
72- ``` {admonition} Additional Options for Discrete Search Spaces
73- :class: note
74- For discrete search spaces, BayBE provides additional control over pure recommenders.
75- You can explicitly define whether a recommender is allowed to recommend previous
76- recommendations again via `allow_repeated_recommendations` and whether it can output
77- recommendations that have already been measured via
78- `allow_recommending_already_measured`.
79- ```
80-
8181## Meta Recommenders
8282
8383On analogy to meta studies, meta recommenders are wrappers that operate on a sequence
0 commit comments