explicit type
This commit is contained in:
parent
48c0bad191
commit
a40a403703
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ bt_move_t bt_t::get_mcts_move(double max_time) {
|
|||
bt_t copy_b = *this;
|
||||
|
||||
// Selection
|
||||
auto selected = copy_b.mcts_selection(tree);
|
||||
bt_node_t *selected = copy_b.mcts_selection(tree);
|
||||
|
||||
// Expansion
|
||||
copy_b.mcts_expansion(selected);
|
||||
|
|
Reference in a new issue