We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f12a6 commit 2918ad8Copy full SHA for 2918ad8
axelrod/strategies/zero_determinant.py
@@ -31,10 +31,10 @@ class LRPlayer(MemoryOnePlayer):
31
:nowrap:
32
33
\\begin{eqnarray}
34
- p1 &= P(C|CC) &= 1 - \\phi (1 - s)(R - l) \\\\
35
- p2 &= P(C|CD) &= 1 - \\phi (s(l - S) + (T - l)) \\\\
36
- p3 &= P(C|DC) &= \\phi ((l - S) + s(T - l)) \\\\
37
- p4 &= P(C|DD) &= \\phi (1 - s)(l - P)
+ p_1 &= P(C|CC) &= 1 - \\phi (1 - s)(R - l) \\\\
+ p_2 &= P(C|CD) &= 1 - \\phi (s(l - S) + (T - l)) \\\\
+ p_3 &= P(C|DC) &= \\phi ((l - S) + s(T - l)) \\\\
+ p_4 &= P(C|DD) &= \\phi (1 - s)(l - P)
38
\\end{eqnarray}
39
40
0 commit comments