Skip to content
Snippets Groups Projects
Commit 10b57c97 authored by Simon Ehrenstein's avatar Simon Ehrenstein
Browse files

Change log to print correct amount of expected experiments

parent fbeda69f
No related branches found
No related tags found
1 merge request!39Add Support for Benchmarking Strategies
...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment