Add experimental scripts for irace/fastga
This commit is contained in:
parent
c9cbd4ee14
commit
6febf4cceb
22 changed files with 1209 additions and 0 deletions
12
eo/contrib/irace/expe/beta/run_exp.sh
Normal file
12
eo/contrib/irace/expe/beta/run_exp.sh
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
lexp=(300 600 1000 10000)
|
||||
levals=(100 500 1000)
|
||||
myscratchpath=/scratchbeta/$USER
|
||||
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}
|
||||
done
|
||||
done
|
||||
bash testrandom.sh ${myhome} ${scratchpath} ${levals[@]}
|
||||
Loading…
Add table
Add a link
Reference in a new issue