diff --git a/TP2/src/mybt.cpp b/TP2/src/mybt.cpp index ad5e1af..8779db4 100644 --- a/TP2/src/mybt.cpp +++ b/TP2/src/mybt.cpp @@ -288,7 +288,7 @@ bt_move_t bt_t::get_mcts_move(double max_time) { mcts_expansion(tree); // MCTS - for (int it = 0; it < 200; ++it) { + for (int it = 0; it < 300; ++it) { // Copy board bt_t copy_b = *this;