increase thinking time

This commit is contained in:
Mylloon 2023-04-11 16:15:45 +02:00
parent 6c2057876f
commit 0a3289084b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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);