We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5014a2c commit 06b94ceCopy full SHA for 06b94ce
HISTORY.md
@@ -1,5 +1,24 @@
1
# History
2
3
+## 0.2.4
4
+
5
+### Internal Improvements
6
7
+* Issue #62: Test for `None` in `HyperParameter.cast` instead of `HyperParameter.__init__`
8
9
+### Bug fixes
10
11
+* Issue #98: Categorical hyperparameters do not support `None` as input
12
+* Issue #89: Fix the computation of `avg_rewards` in `BestKReward`
13
14
+## 0.2.3
15
16
17
18
+* Issue #84: Error in GP tuning when only one parameter is present bug
19
+* Issue #96: Fix pickling of HyperParameters
20
+* Issue #98: Fix implementation of the GPEi tuner
21
22
## 0.2.2
23
24
### Internal Improvements
0 commit comments