Skip to content
Snippets Groups Projects

Add Support for Benchmarking Strategies

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -79,7 +79,7 @@ if domain_restriction:
@@ -79,7 +79,7 @@ if domain_restriction:
else:
else:
# no domain restriction + linear-search
# no domain restriction + linear-search
if search_strategy == "linear-search":
if search_strategy == "linear-search":
print(f"Going to execute at most {len(dim_values)+len(replicas)-1} subexperiments in total..")
print(f"Going to execute at most {len(dim_values)*len(replicas)} subexperiments in total..")
experiment_config = ExperimentConfig(
experiment_config = ExperimentConfig(
use_case=uc,
use_case=uc,
dim_values=dim_values,
dim_values=dim_values,
Loading