Module mcts_node

Module mcts_node 

Source
Expand description

Contains the MctsNode struct, which represents a node in the search tree.

Structsยง

MctsNode
Represents a single node in the Monte Carlo search tree.