MCPcopy Create free account
hub / github.com/MARIO-Math-Reasoning/Super_MARIO / selector

Method selector

mcts_math/solver.py:109–111  ·  view source on GitHub ↗
(solver: BaseTree, output: RequestOutput)

Source from the content-addressed store, hash-verified

107
108 @staticmethod
109 def selector(solver: BaseTree, output: RequestOutput) -> BaseTree:
110 solver.select_next_step(output)
111 return solver
112
113 def generate_preprocess(self, solvers: List[BaseTree]) -> Tuple[List[str], List[int], List[BaseTree], List[BaseTree]]:
114 prompts = []

Callers 1

value_postprocessMethod · 0.95

Calls 1

select_next_stepMethod · 0.45

Tested by

no test coverage detected