update the experiments config

- feat add a template in target-runner to change the problem
- loop over irace runs for each problem
This commit is contained in:
Johann Dreo 2021-01-23 16:34:28 +01:00
commit 2fe6d03c8a
5 changed files with 26 additions and 42 deletions

View file

@ -63,7 +63,7 @@ targetRunner = "./target-runner"
## Maximum number of runs (invocations of targetRunner) that will be
## performed. It determines the maximum budget of experiments for the
## tuning.
maxExperiments = 2000
maxExperiments = 100000
## Maximum total execution time in seconds for the executions of
## targetRunner. targetRunner must return two values: cost and time.