From 2036a07f4693b4d71f27fefa9d8666b3312477f7 Mon Sep 17 00:00:00 2001 From: tonaerospace Date: Tue, 11 Mar 2025 10:28:38 +0700 Subject: [PATCH] update --- src/interface.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/interface.jl b/src/interface.jl index 75b6bc2..9d75bd7 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -1278,9 +1278,9 @@ function query(query::T, executeSQL::Function, text2textInstructLLM::Function; earlystop(state) = state[:reward] >= 8 ? true : false _, _, resultState = LLMMCTS.runMCTS(initialstate, transition, transitionargs; - horizontalSampleExpansionPhase=1, - horizontalSampleSimulationPhase=1, - maxSimulationDepth=10, maxiterations=2, + horizontalSampleExpansionPhase=3, + horizontalSampleSimulationPhase=2, + maxSimulationDepth=5, maxiterations=2, explorationweight=1.0, earlystop=earlystop, saveSimulatedNode=true)