This commit is contained in:
narawat lamaiin
2025-06-15 08:59:10 +07:00
parent ff4db039ab
commit 21416f4b13

View File

@@ -1277,7 +1277,7 @@ function query(query::T, executeSQL::Function, text2textInstructLLM::Function;
LLMMCTS.runMCTS(initialstate, transition, transitionargs; LLMMCTS.runMCTS(initialstate, transition, transitionargs;
horizontalSampleExpansionPhase=1, horizontalSampleExpansionPhase=1,
horizontalSampleSimulationPhase=1, horizontalSampleSimulationPhase=1,
maxSimulationDepth=3, maxSimulationDepth=1,
maxiterations=1, maxiterations=1,
explorationweight=1.0, explorationweight=1.0,
earlystop=earlystop, earlystop=earlystop,