Module mcts

Module mcts 

Source
Expand description

The core module of the library, containing the MonteCarloTreeSearch implementation.

Structs§

MctsTreeNode
MonteCarloTreeSearch
The main struct for running the Monte Carlo Tree Search algorithm.
MonteCarloTreeSearchBuilder
A builder for creating instances of MonteCarloTreeSearch.

Enums§

MctsAction
Represents the four main stages of the MCTS algorithm.