You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage.rst
+47Lines changed: 47 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,6 +303,27 @@ The resulting wins matrix is::
303
303
304
304
which shows, for example, that Cooperator had 0 wins, Defector won 8 times in each repetition and Random won 4 times in the first repetition and twice in the second.
305
305
306
+
For any tournament, a plot of the distribution of wins is created, much like the
307
+
plot for the distribution of mean scores. For the demo strategies we create the
308
+
plot as follows::
309
+
310
+
import axelrod
311
+
strategies = [s() for s in axelrod.demo_strategies]
0 commit comments