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

Simplify (and correct) mean payoff diff scores #671

Merged
merged 3 commits into from
Jul 25, 2016
Merged

Simplify (and correct) mean payoff diff scores #671

merged 3 commits into from
Jul 25, 2016

Conversation

drvinceknight
Copy link
Member

Closes #670

payoff_diffs_means[player][opponent] = 0

payoff_diffs_means = [[mean(diff) for diff in player]
for player in self.score_diffs]
return payoff_diffs_means
Copy link
Member

Choose a reason for hiding this comment

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

That's a slightly more concise way to do it!!

@drvinceknight drvinceknight mentioned this pull request Jul 22, 2016
@meatballs meatballs merged commit 06a2887 into master Jul 25, 2016
@marcharper marcharper deleted the 670 branch August 20, 2016 22:12
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.

None yet

3 participants