Skip to content

Version 0.0.7

Compare
Choose a tag to compare
@KEggensperger KEggensperger released this 26 Mar 10:49
· 65 commits to master since this release
ae5d566

Changes

  • Fix an error in the NASBench1shot1 Benchmark (SearchSpace3).
  • Improve the behavior when a benchmark container is shut down.
  • Fix an error in PyBnn Benchmark:
    Set the minimum number of steps to burn to 1.
  • Fix an error in ParamNetOnTime Benchmarks:
    The maximum budget was not properly determined.
  • Move Container to Gitlab:
    Add support for communicating with the gitlab registry. We host the container now on
    https://gitlab.tf.uni-freiburg.de/muelleph/hpobench-registry/container_registry
  • Update the version check: Instead of requesting the same version, we check if the configuration file version and the
    hpobench version are in the same partition. Each hpobench version that has a compatible configuration file definition
    is in the same distribution.
  • Introduce a new version of the XGBoostBenchmark: A benchmark with an additional parameter, booster.
  • New Parameter Container Tag:
    The container-benchmark interface takes as input an optional container tag. by specifying this parameter,
    different container are downloaded from the registry.
  • Improve the procedure to find a container on the local filesystem:
    If a container_source is given, we check if it is either the direct address of a container on the filesystem
    or a directory. In case, it is a directory, we try to find the correct container in this directory by appending the
    container_tag to the container_name. (<container_source>/<container_name_<container_tag>)