[irace] add expe run scripts

This commit is contained in:
Amine Aziz-Alaoui 2021-02-03 10:00:04 +01:00 committed by nojhan
commit a959a3b57e
3 changed files with 119 additions and 0 deletions

View 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