| 47 | } |
| 48 | |
| 49 | CNode::~CNode(){} |
| 50 | |
| 51 | void CNode::expand(int to_play, int hidden_state_index_x, int hidden_state_index_y, float value_prefix, const std::vector<float> &policy_logits){ |
| 52 | this->to_play = to_play; |
nothing calls this directly
no outgoing calls
no test coverage detected