This commit is contained in:
2025-03-11 10:28:38 +07:00
parent d09e9c1071
commit 2036a07f46

View File

@@ -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)