Skip to content

Commit 72ec845

Browse files
committed
Add some stochastic assertions
1 parent ba1079e commit 72ec845

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/axelrod_fortran/strategies.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
classifiers = {
22
'grasr': {'axelrod-python class': None, 'stochastic': None},
33
'k31r': {'axelrod-python class': None, 'stochastic': None},
4-
'k32r': {'axelrod-python class': None, 'stochastic': None},
4+
'k32r': {'axelrod-python class': None, 'stochastic': False},
55
'k33r': {'axelrod-python class': None, 'stochastic': None},
66
'k34r': {'axelrod-python class': 'Grudger', 'stochastic': None},
77
'k35r': {'axelrod-python class': None, 'stochastic': None},
@@ -64,10 +64,10 @@
6464
'k91r': {'axelrod-python class': None, 'stochastic': None},
6565
'k92r': {'axelrod-python class': None, 'stochastic': None},
6666
'k93r': {'axelrod-python class': 'UnnamedStrategy', 'stochastic': None},
67-
'kpavlovc': {'axelrod-python class': 'WinStayLoseShift', 'stochastic': None},
68-
'krandomc': {'axelrod-python class': 'Random', 'stochastic': None},
69-
'ktf2tc': {'axelrod-python class': 'TitFor2Tats', 'stochastic': None},
70-
'ktitfortatc': {'axelrod-python class': 'TitForTat', 'stochastic': None},
67+
'kpavlovc': {'axelrod-python class': 'WinStayLoseShift', 'stochastic': False},
68+
'krandomc': {'axelrod-python class': 'Random', 'stochastic': True},
69+
'ktf2tc': {'axelrod-python class': 'TitFor2Tats', 'stochastic': False},
70+
'ktitfortatc': {'axelrod-python class': 'TitForTat', 'stochastic': False},
7171
}
7272

7373
all_strategies = classifiers.keys()

0 commit comments

Comments
 (0)