huge =)
This commit is contained in:
parent
933e55bdcf
commit
2d4c6c1cf9
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ void genmove() {
|
||||||
printf("= \n\n");
|
printf("= \n\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
bt_move_t m = B.get_mcts_move(300);
|
bt_move_t m = B.get_mcts_move(100000);
|
||||||
B.play(m);
|
B.play(m);
|
||||||
if (verbose) {
|
if (verbose) {
|
||||||
m.print(stderr, white_turn, B.nbl);
|
m.print(stderr, white_turn, B.nbl);
|
||||||
|
|
Reference in a new issue