Skip to content

Commit edb55d3

Browse files
committed
Assignment of Q merge conflict solved
1 parent 5d30994 commit edb55d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mcts/search.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,6 @@ SearchWorker::NodeToProcess SearchWorker::PickNodeToExtend(
10151015
}
10161016
++possible_moves;
10171017
}
1018-
const float Q = child.GetQ(fpu);
10191018
float Q = child.GetQ(fpu);
10201019

10211020
// Certainty Propagation. Avoid suboptimal childs.

0 commit comments

Comments
 (0)