Skip to content

Commit 1732571

Browse files
PhMuellerKEggensperger
authored andcommitted
Prepare new release (#115)
1 parent 47dabc6 commit 1732571

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

changelog.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@
99
cache dir, data dir and socket dir into the container and let the container use them directly. We also remove the
1010
global data directory and use only the data dir from now onwards.
1111
* Add the surrogate SVM on MNIST benchmark from the BOHB paper.
12+
* ParamNetBenchmark:
13+
Suppress some unuseful warnings and introduce a new param net benchmark that has a reduced search space.
14+
* Add Clean Up script:
15+
See the documentation for more information. You can clean all caches and container files by calling:
16+
`python util/clean_up_scripts.py --clear_all`
17+
* Improve Information on how to add a new benchmark
1218
* Fix an error in PyBnn Benchmark:
1319
We introduce the benchmark version 0.0.4.
1420
In this new version, we prevent infinity values in the nll loss when the predicted variance
15-
is 0. We set the predicted variance before computing the log to max(var, 1e-10)
16-
21+
is 0. We set the predicted variance before computing the log to max(var, 1e-10)
1722
# 0.0.7
1823
* Fix an error in the NASBench1shot1 Benchmark (SearchSpace3).
1924
* Improve the behavior when a benchmark container is shut down.

hpobench/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.8dev'
1+
__version__ = '0.0.8'

0 commit comments

Comments
 (0)