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

Method generate

mcts_math/agents/tree.py:107–110  ·  view source on GitHub ↗

subclass must implement

(self)

Source from the content-addressed store, hash-verified

105
106 @abstractmethod
107 def generate(self) -> None:
108 """
109 subclass must implement
110 """
111
112 def collect_partial_solution(self, node: Type[BaseNode]) -> str:
113 # from leaf to root, and reverse

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected