Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Jun 5, 2018

Conversation

oyamad
Copy link
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

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