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

Method output

mcts_math/solver.py:244–249  ·  view source on GitHub ↗
(self, solvers: List[BaseTree])

Source from the content-addressed store, hash-verified

242 return self.output(solvers)
243
244 def output(self, solvers: List[BaseTree]):
245 jsonlines = {}
246 for i, solver in enumerate(solvers):
247 jsonlines[solver.question] = solver.return_states()
248
249 return jsonlines

Callers 1

solveMethod · 0.95

Calls 1

return_statesMethod · 0.45

Tested by

no test coverage detected