-
Notifications
You must be signed in to change notification settings - Fork 282
Adds wins to result set #331
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
Conversation
docs/usage.rst
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a quick sentence saying something like 'which shows that Cooperator had 0 wins and Defector 80 wins' (just to point at the order that we get out)?
|
Cool! Does this aggregate the wins over tournament repetitions? Just checking if we can make a nice plot of the distribution of wins (like the mean payoff plot). |
|
At the moment, it aggregates, but I can easily split it out and show the wins per repetition, if that's useful. |
I think in the interest of not losing data, this is a good shout. You could have a |
axelrod/result_set.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"winsin" -> "wins in"
"wins in " -> "wins in"
|
This looks great to me! 👍 |
Adds wins to result set
Fixes #248