Skip to content

Commit 0de0b6e

Browse files
author
margaret
committed
Add classifier to Prober4
1 parent dcccd15 commit 0de0b6e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

axelrod/strategies/prober.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,15 @@ class Prober4(Player):
111111
"""
112112

113113
name = 'Prober 4'
114+
classifier = {
115+
'stochastic': False,
116+
'memory_depth': 20,
117+
'makes_use_of': set(),
118+
'long_run_time': False,
119+
'inspects_source': False,
120+
'manipulates_source': False,
121+
'manipulates_state': False
122+
}
114123

115124
def __init__(self):
116125
self.probe_sequence = [C, C, D, C, D, D, D, C, C, D,

0 commit comments

Comments
 (0)