You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to precompute() but instead of modifying the Game object with self, it could returngame_values, coalition_lookup, and possibly normalization_value to indicate that the game_values are computed differently than with __call__.
Similar to
precompute()but instead of modifying the Game object withself, it could returngame_values,coalition_lookup, and possiblynormalization_valueto indicate that thegame_valuesare computed differently than with__call__.