update
This commit is contained in:
+5
-5
@@ -1119,11 +1119,11 @@ function query(query::T, executeSQL::Function, text2textInstructLLM::Function;
|
|||||||
|
|
||||||
root, _, resultState, highValueState =
|
root, _, resultState, highValueState =
|
||||||
LLMMCTS.runMCTS(initialstate, transition, transitionargs;
|
LLMMCTS.runMCTS(initialstate, transition, transitionargs;
|
||||||
horizontalSampleExpansionPhase=2,
|
horizontalSampleExpansionPhase=1,
|
||||||
horizontalSampleSimulationPhase=2,
|
horizontalSampleSimulationPhase=1,
|
||||||
maxSimulationDepth=2,
|
maxSimulationDepth=1,
|
||||||
maxiterations=2,
|
maxiterations=1,
|
||||||
explorationweight=0.2,
|
explorationweight=1.0,
|
||||||
earlystop=earlystop,
|
earlystop=earlystop,
|
||||||
saveSimulatedNode=true,
|
saveSimulatedNode=true,
|
||||||
multithread=false)
|
multithread=false)
|
||||||
|
|||||||
Reference in New Issue
Block a user