increase thinking time
This commit is contained in:
parent
6c2057876f
commit
0a3289084b
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ void genmove() {
|
|||
printf("= \n\n");
|
||||
return;
|
||||
}
|
||||
bt_move_t m = B.get_mcts_move(.7);
|
||||
bt_move_t m = B.get_mcts_move(.9);
|
||||
B.play(m);
|
||||
if (verbose) {
|
||||
m.print(stderr, white_turn, B.nbl);
|
||||
|
|
Reference in a new issue