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

Method processor

mcts_math/solver.py:104–106  ·  view source on GitHub ↗
(solver: BaseTree, output: List[RequestOutput])

Source from the content-addressed store, hash-verified

102
103 @staticmethod
104 def processor(solver: BaseTree, output: List[RequestOutput]) -> BaseTree:
105 solver.generate_next_step(output)
106 return solver
107
108 @staticmethod
109 def selector(solver: BaseTree, output: RequestOutput) -> BaseTree:

Callers

nothing calls this directly

Calls 1

generate_next_stepMethod · 0.45

Tested by

no test coverage detected