feat irace add script to parse irace to csv
This commit is contained in:
parent
1b4f9447f2
commit
e617916e98
2 changed files with 20 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue