Skip to content

Commit 3d88d9b

Browse files
committed
Add stochastic values to k55r
1 parent 23be2fc commit 3d88d9b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/axelrod_fortran/strategies.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,47 +86,47 @@
8686
'original_rank': None},
8787
'k47r': {
8888
'axelrod-python_class': None,
89-
'stochastic': None,
89+
'stochastic': False,
9090
'author': None,
9191
'original_rank': None},
9292
'k48r': {
9393
'axelrod-python_class': None,
94-
'stochastic': None,
94+
'stochastic': False,
9595
'author': None,
9696
'original_rank': None},
9797
'k49r': {
9898
'axelrod-python_class': None,
99-
'stochastic': None,
99+
'stochastic': True,
100100
'author': None,
101101
'original_rank': None},
102102
'k50r': {
103103
'axelrod-python_class': None,
104-
'stochastic': None,
104+
'stochastic': True,
105105
'author': None,
106106
'original_rank': None},
107107
'k51r': {
108108
'axelrod-python_class': None,
109-
'stochastic': None,
109+
'stochastic': False,
110110
'author': None,
111111
'original_rank': None},
112112
'k52r': {
113113
'axelrod-python_class': None,
114-
'stochastic': None,
114+
'stochastic': True,
115115
'author': None,
116116
'original_rank': None},
117117
'k53r': {
118118
'axelrod-python_class': None,
119-
'stochastic': None,
119+
'stochastic': True,
120120
'author': None,
121121
'original_rank': None},
122122
'k54r': {
123123
'axelrod-python_class': None,
124-
'stochastic': None,
124+
'stochastic': False,
125125
'author': None,
126126
'original_rank': None},
127127
'k55r': {
128128
'axelrod-python_class': None,
129-
'stochastic': None,
129+
'stochastic': False,
130130
'author': None,
131131
'original_rank': None},
132132
'k56r': {

0 commit comments

Comments
 (0)