Skip to content

Add 'interior-point' option to is_dominated; add dominated_actions#415

Merged
mmcky merged 3 commits intomasterfrom
is_dominated
Jun 5, 2018
Merged

Add 'interior-point' option to is_dominated; add dominated_actions#415
mmcky merged 3 commits intomasterfrom
is_dominated

Conversation

@oyamad
Copy link
Copy Markdown
Member

@oyamad oyamad commented Jun 5, 2018

import quantecon.game_theory as gt

player = gt.Player(
    [[-1, 1],
     [1, -1],
     [-0.5, -0.5]]
)
player.dominated_actions()
[2]
player.is_dominated(2, method='interior-point')
True

@coveralls
Copy link
Copy Markdown

coveralls commented Jun 5, 2018

Coverage Status

Coverage increased (+0.02%) to 95.179% when pulling 89e1b4a on is_dominated into 8657c91 on master.

@mmcky mmcky merged commit 649cc55 into master Jun 5, 2018
@mmcky mmcky deleted the is_dominated branch June 5, 2018 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants