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 0de7119 commit 806b13fCopy full SHA for 806b13f
axelrod/strategies/axelrod_second.py
@@ -760,10 +760,6 @@ def strategy(self, opponent: Player) -> Action:
760
if turn == 1: return C
761
762
number_defects = opponent.defections
763
-<<<<<<< HEAD
764
-=======
765
- # Size of numerator is smaller than denomator -- How it was in the Fortran.
766
->>>>>>> 3ea83307c177a472ddd174295ee32f5ba2ca7ffa
767
perc_defects = number_defects / turn
768
769
# If overly defect or appears random
@@ -782,10 +778,7 @@ def strategy(self, opponent: Player) -> Action:
782
778
else:
783
779
return C
784
780
785
786
781
787
788
789
class WmAdams(Player):
790
"""
791
Strategy submitted to Axelrod's second tournament by William Adams (K44R),
0 commit comments