3 # Create subdirectories (followup nodes) in the cwd
15 cat "$SEQDIR/a.sgf" |
"$CMDDIR/../sgf2gtp.pl" -g |
16 sed -e 's/genmove/uct_evaluate/' |
18 sed -ne '/^=/,${s/^= //;/./p}' |
19 while read move val
; do
20 mkdir
"$move" ||
continue
22 echo "$(echo "$val * $priorsims" | bc)"