Skip to content

Commit e96560c

Browse files
committed
Add stochastic values to k37r
1 parent b8b7d69 commit e96560c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/axelrod_fortran/strategies.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
classifiers = {
22
'grasr': {
33
'axelrod-python_class': None,
4-
'stochastic': None,
4+
'stochastic': True,
55
'author': None,
66
'original_rank': None},
77
'k31r': {
88
'axelrod-python_class': None,
9-
'stochastic': None,
9+
'stochastic': False,
1010
'author': None,
1111
'original_rank': None},
1212
'k32r': {
1313
'axelrod-python_class': None,
14-
'stochastic': False,
14+
'stochastic': True,
1515
'author': None,
1616
'original_rank': None},
1717
'k33r': {
1818
'axelrod-python_class': None,
19-
'stochastic': None,
19+
'stochastic': False,
2020
'author': None,
2121
'original_rank': None},
2222
'k34r': {
2323
'axelrod-python_class': 'Grudger',
24-
'stochastic': None,
24+
'stochastic': False,
2525
'author': None,
2626
'original_rank': None},
2727
'k35r': {
2828
'axelrod-python_class': None,
29-
'stochastic': None,
29+
'stochastic': True,
3030
'author': None,
3131
'original_rank': None},
3232
'k36r': {
3333
'axelrod-python_class': None,
34-
'stochastic': None,
34+
'stochastic': True,
3535
'author': None,
3636
'original_rank': None},
3737
'k37r': {
3838
'axelrod-python_class': None,
39-
'stochastic': None,
39+
'stochastic': False,
4040
'author': None,
4141
'original_rank': None},
4242
'k38r': {

0 commit comments

Comments
 (0)