Skip to content

Commit 33f3e77

Browse files
authored
Update changelog.rst
1 parent 3f74a7b commit 33f3e77

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/changelog.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@ New Features
1616
+ Added support for ``TimeSeriesSplit`` and ``LeavePOut`` cross-validators.
1717
+ Improved ``osprey dump`` JSON output. The hyperparameters for each run are now stored along all
1818
the other settings in the same dictionary, allowing for subsequent easier loading and plotting.
19-
+ Added ``max_param_suggestion_retries`` entry to the config file. This limits the number of times that
20-
``strategy.suggest`` is called when attempting to produce a trial with a set of params not previously
21-
tested in the history.
22-
+ Added ``n_jobs`` flag for ``osprey worker`` to control how many threads are
23-
used for cross-validation.
24-
+ Added the ability to specify three different acquisition functions for the gaussian processes strategy: expected
25-
improvement `ei`, upper confidence bound, `ucb` and the original Osprey function (the default), `osprey`.
19+
+ Added ``max_param_suggestion_retries`` entry to the config file. This limits the number of times that ``strategy.suggest`` is called when attempting to produce a trial with a set of params not previously tested in the history.
20+
+ Added ``n_jobs`` flag for ``osprey worker`` to control how many threads are used for cross-validation.
21+
+ Added the ability to specify three different acquisition functions for the gaussian processes strategy: expected improvement `ei`, upper confidence bound, `ucb` and the original Osprey function (the default), `osprey`.
2622

2723

2824
Bug Fixes

0 commit comments

Comments
 (0)