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

@ -25,7 +25,7 @@ error() {
EXE="./fastga"
LOG_DIR="irace_logs"
FIXED_PARAMS="--problem=0"
FIXED_PARAMS="--problem={{PROBLEM}}"
CONFIG_ID=$1
INSTANCE_ID=$2