Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
Co-authored-by: AdrianSosic <adrian.sosic@merckgroup.com>
  • Loading branch information
Scienfitz and AdrianSosic committed Oct 9, 2024
1 parent ec3cf56 commit 250a497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userguide/recommenders.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ for various acquisition functions.

Note that the recommender performs a brute-force search when applied to hybrid search
spaces, as it does gradient-based optimization in the continuous part of the space
while exhaustively searching choices in the discrete subspace. You can customize this
while exhaustively evaluating configurations of the discrete subspace. You can customize this
behavior to only sample a certain percentage of the discrete subspace via the
`sample_percentage` attribute and to choose different sampling algorithms via the
`hybrid_sampler` attribute. The gradient-based optimization part can also further be
controlled by the `num_restarts` and `raw_samples` keywords, for details please refer
controlled by the `num_restarts` and `raw_samples` keywords. For details, please refer
to [BotorchRecommender](baybe.recommenders.pure.bayesian.botorch.BotorchRecommender).

An example on using this recommender in a hybrid space can be found
Expand Down

0 comments on commit 250a497

Please sign in to comment.