Skip to content

Commit

Permalink
modify -m 15 to -m 16, to make black & white blanance
Browse files Browse the repository at this point in the history
  • Loading branch information
pangafu committed Mar 7, 2018
1 parent c46d06c commit c2a5444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


# - match command-
MATCH_CMD = '{0} -black "{1} -g -m 15 -p {2} --noponder -t 1 -q -d -r 1 -w {3}" -white "{1} -g -m 15 -p {2} --noponder -t 1 -q -d -r 1 -w {4}" -games {5} -sgffile leelazero -size 19 -komi 7.5 -alternate -auto'
MATCH_CMD = '{0} -black "{1} -g -m 16 -p {2} --noponder -t 1 -q -d -r 1 -w {3}" -white "{1} -g -m 16 -p {2} --noponder -t 1 -q -d -r 1 -w {4}" -games {5} -sgffile leelazero -size 19 -komi 7.5 -alternate -auto'
MATCH_ANALYZE_CMD = "{0} -analyze leelazero.dat"

# - Dir list -
Expand Down

0 comments on commit c2a5444

Please sign in to comment.