File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1421,7 +1421,7 @@ def strategy(self, opponent: Player) -> Action:
1421
1421
class Getzler (Player ):
1422
1422
"""
1423
1423
Strategy submitted to Axelrod's second tournament by Abraham Getzler (K35R)
1424
- and came in tenth in that tournament.
1424
+ and came in eleventh in that tournament.
1425
1425
1426
1426
Strategy Defects with probability `flack`, where `flack` is calculated as
1427
1427
the sum over opponent Defections of 0.5 ^ (turns ago Defection happened).
@@ -1459,7 +1459,7 @@ def strategy(self, opponent: Player) -> Action:
1459
1459
class Leyvraz (Player ):
1460
1460
"""
1461
1461
Strategy submitted to Axelrod's second tournament by Fransois Leyvraz
1462
- (K68R) and came in eleventh in that tournament.
1462
+ (K68R) and came in twelfth in that tournament.
1463
1463
1464
1464
The strategy uses the opponent's last three moves to decide on an action
1465
1465
based on the following ordered rules.
@@ -1513,7 +1513,7 @@ def strategy(self, opponent: Player) -> Action:
1513
1513
class White (Player ):
1514
1514
"""
1515
1515
Strategy submitted to Axelrod's second tournament by Edward C Whtie (K72R)
1516
- and came in twelfth in that tournament.
1516
+ and came in thirteenth in that tournament.
1517
1517
1518
1518
If the opponent Cooperated last turn or in the first ten turns, then
1519
1519
Cooperate.
You can’t perform that action at this time.
0 commit comments