v0.1.4 #2

Closed
ton wants to merge 22 commits from v0.1.4 into main
Showing only changes of commit d92333cab4 - Show all commits
+1 -1
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
aggressively explore new state (default: 1.0)
- `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`
whether to save nodes created during simulation phase (default: false)
- `multithread::Bool`