Skip to content
Snippets Groups Projects
Commit 0dccb660 authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch '46-add-more-detailed-benchmarking-strategies' of...

Merge branch '46-add-more-detailed-benchmarking-strategies' of git.se.informatik.uni-kiel.de:stu200776/spesb into mr39-strategies
parents 9f338ebf 10b57c97
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