Skip to content

Convex game #8

@GeorgeR227

Description

@GeorgeR227

Upon further reading, I've discovered the concept of a convex game which is even stronger than a super-additive game. A convex game must fulfill that v(S U T) >= v(S) + v(T) - v(S /\ T) while super-additive must only accomplish v(S U T) >= v(S) + v(T).

Apparently if we fulfill the convex game conditions, then we automatically get:

  • A nonempty core
  • The Shapley value included in the core

Our current example is not actually convex, since v(A,B,C) = 900 < v(A,B) + v(A,C) - v(A) = 600 + 600 - 0 = 1200, but perhaps we can formulate the general model to fit this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions