add a compute() method to the Game class #345
Labels
feature 💡
New feature or enhancement request
games 🎲
All issues that are linked to games
long term 📆
TODO long term
Similar to
precompute()
but instead of modifying the Game object withself
, it could returngame_values
,coalition_lookup
, and possiblynormalization_value
to indicate that thegame_values
are computed differently than with__call__
.The text was updated successfully, but these errors were encountered: