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

Method postprocess

mcts_math/solver.py:196–204  ·  view source on GitHub ↗
(
        self, 
        valid_solvers: List[BaseTree], 
        invalid_solvers: List[BaseTree],
    )

Source from the content-addressed store, hash-verified

194 return valid_solvers
195
196 def postprocess(
197 self,
198 valid_solvers: List[BaseTree],
199 invalid_solvers: List[BaseTree],
200 ) -> List[BaseTree]:
201
202 # update solvers
203 invalid_solvers.extend(valid_solvers)
204 return invalid_solvers
205
206 def solve(self, solvers: List[BaseTree]):
207

Callers 1

solveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected