File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -1512,15 +1512,13 @@ def strategy(self, opponent: Player) -> Action:
1512
1512
1513
1513
class White (Player ):
1514
1514
"""
1515
- Strategy submitted to Axelrod's second tournament by Edward C Whtie (K72R)
1515
+ Strategy submitted to Axelrod's second tournament by Edward C White (K72R)
1516
1516
and came in thirteenth in that tournament.
1517
1517
1518
- If the opponent Cooperated last turn or in the first ten turns, then
1519
- Cooperate.
1520
-
1521
- Otherwise Defect if and only if:
1522
-
1523
- floor(log(turn)) * opponent Defections >= turn
1518
+ * If the opponent Cooperated last turn or in the first ten turns, then
1519
+ Cooperate.
1520
+ * Otherwise Defect if and only if:
1521
+ floor(log(turn)) * opponent Defections >= turn
1524
1522
1525
1523
Names:
1526
1524
You can’t perform that action at this time.
0 commit comments