menu
lunaris_engine package
documentation
MachineLearning/mcts.dart
MCTSNode<S>
children property
children property
dark_mode
light_mode
children
property
List
<
MCTSNode
<
S
>
>
children
final
Implementation
final List<MCTSNode<S>> children = [];
lunaris_engine package
documentation
MachineLearning/mcts
MCTSNode<S>
children property
MCTSNode class