This commit is contained in:
narawat lamaiin
2025-05-18 17:22:21 +07:00
parent 093290a33b
commit d92333cab4

View File

@@ -33,7 +33,7 @@ using ..type, ..mcts, ..util
a known state. 1.0 balance between exploration and exploitation like 50%-50%. 2.0 makes MCTS a known state. 1.0 balance between exploration and exploitation like 50%-50%. 2.0 makes MCTS
aggressively explore new state (default: 1.0) aggressively explore new state (default: 1.0)
- `earlystop::Union{Function,Nothing}` - `earlystop::Union{Function,Nothing}`
optional function to check early stopping condition (default: nothing) optional function to check early stopping condition if it is satisfied, MCTS will break iterations (default: nothing)
- `saveSimulatedNode::Bool` - `saveSimulatedNode::Bool`
whether to save nodes created during simulation phase (default: false) whether to save nodes created during simulation phase (default: false)
- `multithread::Bool` - `multithread::Bool`