feat irace add script to parse irace to csv

This commit is contained in:
Johann Dreo 2021-01-25 13:48:52 +01:00
commit e617916e98
2 changed files with 20 additions and 2 deletions

View file

@ -62,8 +62,8 @@ 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 = 100000
## tuning. (minimum: 180)
maxExperiments = 20000 # 100000
## Maximum total execution time in seconds for the executions of
## targetRunner. targetRunner must return two values: cost and time.