[irace] add expe run scripts
This commit is contained in:
parent
2326fd8c8b
commit
a959a3b57e
3 changed files with 119 additions and 0 deletions
14
eo/contrib/irace/run_irace_all.sh
Executable file
14
eo/contrib/irace/run_irace_all.sh
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
date -Iseconds
|
||||
echo "STARTS"
|
||||
|
||||
for r in $(seq 15); do
|
||||
echo "Run $r/15";
|
||||
date -Iseconds
|
||||
./run_irace_parallel-batch.sh
|
||||
date -Iseconds
|
||||
done
|
||||
|
||||
echo "DONE"
|
||||
date -Iseconds
|
||||
Loading…
Add table
Add a link
Reference in a new issue