Calculate fair payouts using Shapley values for quiz events and team contributions.
Method:
Total Money:
| Player | Shapley Value | Payout |
|---|---|---|
| Total |
What is Shapley Value?
The Shapley value is a solution concept in cooperative game theory. It assigns a unique distribution of total gains generated by the coalition of all players, based on each player's marginal contribution.
How to use:
Synergies format:
[[["role1", "role2"], bonus_value], ...]
Example:
[[["host", "design"], 1500]] means
if both "host" and "design" roles are present in a
coalition, add 1500 to the value.