Skip to content

Commit 5380bcd

Browse files
authored
Merge: Release 0.11.2 (#401)
2 parents 9dcf27e + b233009 commit 5380bcd

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.11.2] - 2024-10-11
88
### Added
99
- `n_restarts` and `n_raw_samples` keywords to configure continuous optimization
1010
behavior for `BotorchRecommender`

docs/userguide/utils.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ generally depends on additional factors.
6464

6565
```{admonition} Influence of Continuous Parameters
6666
:class: info
67-
Continuous parameters do not influence the size of the discrete search space part.
67+
Continuous parameters do not influence the size of the discrete search space part as
68+
they do not contribute to the combinatorial configurations like discrete parameters.
6869
Hence, they are ignored by the utility.
6970
```
7071

@@ -101,7 +102,8 @@ campaign.recommend(5)
101102
```
102103

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

106108
```python
107109
from baybe.utils.random import temporary_seed

0 commit comments

Comments
 (0)