Add the final experimental scripts

This commit is contained in:
Alix ZHENG 2021-09-05 20:49:47 +02:00
commit 6f0f2fb2e6
3 changed files with 105 additions and 4 deletions

View file

@ -6,7 +6,7 @@ myhome=${HOME}
for exp in ${lexp[@]} ; do
for evals in ${levals[@]} ; do
bash ./planF/riaF.sh ${myhome} ${myscratchpath} ${exp} ${evals}
bash ./planA/riaA.sh ${myhome} ${scratchpath} ${exp} ${evals}
bash ./planA/riaA.sh ${myhome} ${myscratchpath} ${exp} ${evals}
done
done
bash testrandom.sh ${myhome} ${scratchpath} ${levals[@]}