MCPcopy Create free account
hub / github.com/YeWR/EfficientZero / ~CNode

Method ~CNode

core/ctree/cnode.cpp:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected