Skip to content

Commit

Permalink
Merge: Release 0.11.2 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scienfitz authored Oct 11, 2024
2 parents 9dcf27e + b233009 commit 5380bcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.11.2] - 2024-10-11
### Added
- `n_restarts` and `n_raw_samples` keywords to configure continuous optimization
behavior for `BotorchRecommender`
Expand Down
6 changes: 4 additions & 2 deletions docs/userguide/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ generally depends on additional factors.

```{admonition} Influence of Continuous Parameters
:class: info
Continuous parameters do not influence the size of the discrete search space part.
Continuous parameters do not influence the size of the discrete search space part as
they do not contribute to the combinatorial configurations like discrete parameters.
Hence, they are ignored by the utility.
```

Expand Down Expand Up @@ -101,7 +102,8 @@ campaign.recommend(5)
```

Setting the global random seed can be undesirable if there are other packages in your
setup. For this, BayBE offers [`temporary_seed`](baybe.utils.random.temporary_seed):
setup that might unintentionally be influenced by this. For this, BayBE offers
[`temporary_seed`](baybe.utils.random.temporary_seed):

```python
from baybe.utils.random import temporary_seed
Expand Down

0 comments on commit 5380bcd

Please sign in to comment.