Skip to content

Commit 590cb88

Browse files
authored
MemoryDecay missing from the list of strategies
1 parent c5b484a commit 590cb88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

axelrod/strategies/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
)
3535

3636
all_strategies += [
37+
MemoryDecay,
3738
MetaHunter,
3839
MetaHunterAggressive,
3940
MetaMajority,

0 commit comments

Comments
 (0)