Skip to content

Create runner for CBBO #35

Description

@Deathn0t

We will start by defining a runner.py script in each benchmark folder to execute benchmarks.

We will use TOML to define the configuration of a benchmark run.

title = "CBBO Benchmark"

[search]
max_evals = 100
num_replications = 2

[search.method.cbo]
package = "deephyper.hpo"
name = "CBO"

[search.method.tpe]
package = "deephyper_benchmark.hpo.optuna"
name = "OptunaSearch"


[search.method.random]
package = "deephyper.hpo"
name = "RandomSearch"

[evaluator]
method = "thread"
num_workers = 1

[benchmark.ackley]
package = "deephyper_benchmark.benchmarks.cbbo"
name = "AckleyBenchmark"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions