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 fb871dc commit 5bf200bCopy full SHA for 5bf200b
axelrod/strategies/lookerup.py
@@ -130,7 +130,7 @@ class EvolvedLookerUp(LookerUp):
130
//TODO: update this docstring with a link to a blog post once I've written about it :-)
131
"""
132
133
- def __init__(self):
+ def __init__(self, lookup_table=None):
134
self.name = "EvolvedLookerUp"
135
plays = 2
136
opponent_start_plays = 2
0 commit comments