This commit is contained in:
2025-03-14 13:06:26 +07:00
parent 200a1d3e23
commit 94f2c9479a
2 changed files with 2 additions and 2 deletions

View File

@@ -872,7 +872,7 @@ function query(query::T, executeSQL::Function, text2textInstructLLM::Function;
earlystop(state) = state[:reward] >= 8 ? true : false
_, _, resultState = LLMMCTS.runMCTS(initialstate, transition, transitionargs;
horizontalSampleExpansionPhase=2,
horizontalSampleExpansionPhase=3,
horizontalSampleSimulationPhase=2,
maxSimulationDepth=10,
maxiterations=1,