MCTSNode<S> constructor
MCTSNode<S> (
- S state, {
- MCTSNode? parent,
- dynamic actionFromParent,
Implementation
MCTSNode(this.state, {this.parent, this.actionFromParent});