Skip to content

adds useful properties to game and closes #251.#254

Merged
pwhofman merged 6 commits intomainfrom
251-add-useful-properties-to-games
Oct 25, 2024
Merged

adds useful properties to game and closes #251.#254
pwhofman merged 6 commits intomainfrom
251-add-useful-properties-to-games

Conversation

@mmschlk
Copy link
Copy Markdown
Owner

@mmschlk mmschlk commented Oct 24, 2024

Adds empty_coalition_value, grand_coalition_value properties to game and allows for a getitem (without computation) of a game.

Adds `empty_coalition_value`, `grand_coalition_value` properties to game and allows for a getitem (without computation) of a game.
@mmschlk mmschlk linked an issue Oct 24, 2024 that may be closed by this pull request
@mmschlk mmschlk self-assigned this Oct 25, 2024
@mmschlk mmschlk requested a review from pwhofman October 25, 2024 09:45
Copy link
Copy Markdown
Collaborator

@pwhofman pwhofman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not your finest work

@pwhofman pwhofman merged commit 96bd7c7 into main Oct 25, 2024
@pwhofman pwhofman deleted the 251-add-useful-properties-to-games branch October 25, 2024 12:40
mmschlk added a commit that referenced this pull request Oct 25, 2024
* integrates the SI graph plot and streamlines the plots

* adds first draft of visualization notebook

* adds notebook to docs

* updates abbreviate function

* updates notebook

* adds unit test for abbreviate features

* fixed feature_names being None

* Delete .github/workflows/autoupdate.yml

* 190 add a tutorial notebook for data valuation (#243)

* adds useful properties to game and closes #251. (#254)

* adds useful properties to game and closes #251.

Adds `empty_coalition_value`, `grand_coalition_value` properties to game and allows for a getitem (without computation) of a game.

* fixed the setter of _empty/_grand values

* fixed the setter of _empty/_grand values

* updated empty value

* 183 make games be also callable with a tuplelist of tuples (#242)

* added possibility of tuple/list of tuple in BaseGame __call__

* Added possibility for to Game coalitions with given player_names

* Added possibility to call game based on given player_names

* removed player_names property as it caused conflicts

* made __call__ annotations for python3.9

* refactor game call with strings

* refactor game call of tuple and list

* Reimplement _check_coalitions to fewer lines.

---------

Co-authored-by: Maximilian <maximilian.muschalik@gmail.com>

---------

Co-authored-by: Paul Hofman <36850933+pwhofman@users.noreply.github.com>
Co-authored-by: Theo <49311372+Advueu963@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add useful properties to games

2 participants