Skip to content

Commit d24c304

Browse files
committed
Address @Nikoleta-v3's comments.
1 parent 49e8983 commit d24c304

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

axelrod/strategies/axelrod_first.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class FirstByDowning(Player):
130130
playing C and the second D etc...
131131
In this case the author uses an argument based on the sequence of plays by
132132
the player (S) so #CC denotes the number of times the player plays C twice
133-
in a row. This is then used to
133+
in a row.
134134
135135
On the second page of the appendix, figure 4 (page 390)
136136
identifies an expression for EV_TOT.
@@ -217,7 +217,8 @@ class FirstByDowning(Player):
217217
Then the opponent's first cooperation counts as a cooperation in response to
218218
the non existent cooperation of round 0. The total number of cooperations in
219219
response to a cooperation is 1. We need to take in to account that extra
220-
phantom cooperation to estimate the probability alpha=P(C|C) as 1 / 1 = 1.
220+
phantom cooperation to estimate the probability alpha=P(C_o | C_s) as 1 / 1
221+
= 1.
221222
222223
This is an assumption with no clear indication from the literature.
223224

0 commit comments

Comments
 (0)