You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
# Version 0.5.0
2
+
3
+
* Fix #231: Links to the pcs formats.
4
+
* Fix #230: Allow Forbidden Clauses with non-numeric values.
5
+
* Fix #232: Equality `==` between hyperparameters now considers default values.
6
+
* Fix #221: Normal Hyperparameters should now properly sample from correct distribution in log space
7
+
* Fix #221: Fixed boundary problems with integer hyperparameters due to numerical rounding after sampling.
8
+
* Maint #221: Categorical Hyperparameters now always have associated probabilities, remaining uniform if non are provided. (Same behaviour)
9
+
* Add #222: BetaFloat and BetaInteger hyperparamters, hyperparameters distributed according to a beta distribution.
10
+
* Add #241: Implements support for [PiBo](https://openreview.net/forum?id=MMAeCXIa89), you can now embed some prior distribution knowledge into ConfigSpace hyperparameters.
11
+
* See the example [here](https://automl.github.io/ConfigSpace/master/User-Guide.html#th-example-placing-priors-on-the-hyperparameters).
12
+
* Hyperparameters now have a `pdf(vector: np.ndarray) -> np.ndarray` to get the probability density values for the input
13
+
* Hyperparameters now have a `get_max_density() -> float` to get the greatest value in it's probability distribution function, the probability of the mode of the distriubtion.
14
+
*`ConfigurationSpace` objects now have a `remove_parameter_priors() -> ConfigurationSpace` to remove any priors
15
+
1
16
# Version 0.4.21
2
17
3
18
* Add #224: Now builds binary wheels for Windows/Mac/Linux, available on PyPI.
0 commit comments