File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 0.11.2 ] - 2024-10-11
8
8
### Added
9
9
- ` n_restarts ` and ` n_raw_samples ` keywords to configure continuous optimization
10
10
behavior for ` BotorchRecommender `
Original file line number Diff line number Diff line change @@ -64,7 +64,8 @@ generally depends on additional factors.
64
64
65
65
``` {admonition} Influence of Continuous Parameters
66
66
: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.
68
69
Hence, they are ignored by the utility.
69
70
```
70
71
@@ -101,7 +102,8 @@ campaign.recommend(5)
101
102
```
102
103
103
104
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 ) :
105
107
106
108
``` python
107
109
from baybe.utils.random import temporary_seed
You can’t perform that action at this time.
0 commit comments