-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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
Labels
No labels