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
As noted by @id428 we were not giving a "true" fresh start so I've
implemented that. I also added the two final defections (when the game
length is known).
Copy file name to clipboardExpand all lines: docs/reference/overview_of_strategies.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ An indication is given as to whether or not this strategy is implemented in the
17
17
:header: "Name", "Author", "Axelrod Library Name"
18
18
19
19
"Tit For Tat", "Anatol Rapoport", ":class:`TitForTat <axelrod.strategies.titfortat.TitForTat>`"
20
-
"Tideman and Chieruzzi", "T Nicolaus Tideman and Paula Chieruzz", ":class:`TidemanAndChieruzzi <axelrod.strategies.axelrod_first.TidemanAndChieruzzi>`"
20
+
"Tideman and Chieruzzi", "T Nicolaus Tideman and Paula Chieruzz", ":class:`TidemanAndChieruzzi <axelrod.strategies.axelrod_first.FirstByTidemanAndChieruzzi>`"
0 commit comments