MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / unpack

Function unpack

codeclash/analysis/bootstrap/analyze_round_correlations.py:80–83  ·  view source on GitHub ↗
(theta: np.ndarray)

Source from the content-addressed store, hash-verified

78 return np.concatenate([game, mu])
79
80 def unpack(theta: np.ndarray) -> tuple[np.ndarray, np.ndarray]:
81 game = theta[:p]
82 mu = theta[p:]
83 return game, mu
84
85 valid_mask = np.ones((T, R), dtype=bool)
86 valid_mask[:, :p] = False

Callers 2

nllFunction · 0.85
fitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected