From d92333cab47621128159ea082713a4f09a3f9db5 Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Sun, 18 May 2025 17:22:21 +0700 Subject: [PATCH] update --- src/interface.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.jl b/src/interface.jl index 3fb3bcf..1876597 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -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`