[][src]Type Definition ggpf::policies::mcts::MCTSNodeChild

type MCTSNodeChild<G, MCTS> = Arc<RwLock<MCTSTreeNode<G, MCTS>>>;

Strong reference to an MCTS tree.