Skip to content

Commit

Permalink
New scan - ct-mod7.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Jun 3, 2016
1 parent 297130b commit 9a4cff9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
31 changes: 31 additions & 0 deletions fc-solve/scripts/TEST_OPTIMIZATIONS/ct-mod7.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#!/bin/sh
# This scan is derived from ct-mod6.sh in scripts/TEST_OPTIMIZATIONS by
# adding a new scan "sH".
freecell-solver-range-parallel-solve 1 32000 1 \
--method random-dfs -seed 2 -to 0[01][23456789] -step 500 -sp r:tf --st-name 3 -nst \
--method random-dfs -seed 1 -to 0[0123456789] -step 500 -sp r:tf --st-name 4 -nst \
--method random-dfs -seed 3 -to "0[1]=asw(1)[23467]=asw(1)" -step 500 -sp r:tf --st-name 5 -nst \
--method random-dfs -seed 4 -to 0[0123467] -step 500 -sp r:tf --st-name 9 -nst \
--method random-dfs -to [01][23456789] -seed 8 -step 500 -sp r:tf --st-name 10 -nst \
--method a-star -asw 0.2,0.8,0,0,0 -step 500 -sp r:tf --st-name 11 -nst \
--method random-dfs -to "[01]=asw(1)[23456789]=asw(1)" -seed 268 -step 500 -sp r:tf --st-name 12 -nst \
--method random-dfs -to [0123456789] -seed 142 -step 500 -sp r:tf --st-name 15 -nst \
--method a-star -to 0123467 -asw 0.5,0,0.3,0,0 -step 500 -sp r:tf --st-name 18 -nst \
--method random-dfs -seed 105 -step 500 -sp r:tf --st-name 20 -nst \
--method a-star -asw 0.5,0,0.5,0,0 -step 500 -sp r:tf --st-name 21 -nst \
--method soft-dfs -to 013[2456789] -step 500 -sp r:tf --st-name 22 -nst \
--method random-dfs -to 0123467 -dto "16,0[123467]=asw(1,0,0,0,0,0)" -step 500 -sp r:tf --st-name 24 -nst \
--method random-dfs -to 01234567 -dto "13,[0187465]=asw(1)" -dto "26,[0134587]=asw(1)" -step 500 -sp r:tf --st-name 32 -nst \
--method random-dfs -to "0123" -dto2 "6,01[2435]=asw(3,20,10,0,1)" -step 500 -sp r:tf --st-name new -nst \
--method random-dfs -to "[01][23468]" -seed 1547 -step 500 -sp r:tf --st-name s1 -nst \
--method random-dfs -to "[01][23468]" -seed 3709 -step 500 -sp r:tf --st-name s2 -nst \
--method random-dfs -to "[01][23457]" -dto2 "7,[0123][4567]" -seed 34982 -step 500 -sp r:tf --st-name s9 -nst \
--method random-dfs -to "[0123457]" -seed 41797 -step 500 -sp r:tf --st-name sA -nst \
--method random-dfs -to "[01][23457]" -dto2 "8,[0123][4567]" -seed 38693 -step 500 -sp r:tf --st-name sB -nst \
--method random-dfs -to "[01][23457]" -dto2 "7,[0123][4567]" -seed 130806 -step 500 -sp r:tf --st-name sC -nst \
--method random-dfs -to "[01][23457]" -dto2 "7,[0123][4567]" -seed 98361 -step 500 -sp r:tf --st-name sD -nst \
--method random-dfs -to "[01][23457]" -dto2 "7,[0123][4567]" -seed 115235 -step 500 -sp r:tf --st-name sE -nst \
--method random-dfs -to "[01][23457]" -dto2 "7,[0123][4567]" -seed 44250 -step 500 -sp r:tf --st-name sF -nst \
--method random-dfs -to "[01][23457]" -dto2 "5,[0123][4567]" -seed 33627 -step 500 -sp r:tf --st-name sG -nst \
--method random-dfs -to "[01][23457]" -dto2 "5,[0123][4567]" -seed 18296 -step 500 -sp r:tf --st-name sH \
--prelude "380@24,380@5,380@9,366@sF,428@sG,490@sH,760@32,380@12,380@24,380@10,380@5,200@s1,120@s2,200@new,222@sE,225@sD,138@sA,266@sB,174@sC,95@s9,380@3,380@9,380@24,380@18,760@20,380@11,380@12,380@5,760@24,380@21,380@4,380@9,380@11,380@9,380@10,380@4,380@5,380@15,380@5,760@15,380@18,380@21,380@15,380@18,380@20,380@22,380@24,380@32,1520@12,760@18,1520@32,1520@24,2280@10,2280@24,4560@12"
1 change: 1 addition & 0 deletions fc-solve/scripts/TEST_OPTIMIZATIONS/new7.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bash RUN.bash --read-from-file "4,$(pwd)/ct-mod7.sh"

0 comments on commit 9a4cff9

Please sign in to comment.