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 initial play summary to the results set. #797

Merged
merged 2 commits into from
Jan 2, 2017
Merged

Add initial play summary to the results set. #797

merged 2 commits into from
Jan 2, 2017

Conversation

drvinceknight
Copy link
Member

Keep track of the rate/count of which a
strategy cooperates in the initial round.

Closes #789.

Keep track of the rate/count of which a
strategy cooperates in the initial round.

Closes #789.
The indices of the first and second player
initial_cooperations : tuple
A 2 tuple with a 0 or 1 indicating if the initial move of each
player was cooperation (0).
Copy link
Member

Choose a reason for hiding this comment

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

How about:

A 2 tuple with a 0 or 1 indicating if the initial move of each player was Cooperation (0) or Defection (1), e.g. (0, 1) for a round (C, D)

Copy link
Member Author

Choose a reason for hiding this comment

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

Done :)

@meatballs meatballs merged commit 28c3d9a into master Jan 2, 2017
@meatballs meatballs deleted the 789 branch January 2, 2017 11:06
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