Skip to content

Commit 00de2ea

Browse files
committed
Add stochastic values to k64r
1 parent 3d88d9b commit 00de2ea

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
@@ -131,47 +131,47 @@
131131
'original_rank': None},
132132
'k56r': {
133133
'axelrod-python_class': None,
134-
'stochastic': None,
134+
'stochastic': False,
135135
'author': None,
136136
'original_rank': None},
137137
'k57r': {
138138
'axelrod-python_class': 'Nydegger',
139-
'stochastic': None,
139+
'stochastic': False,
140140
'author': None,
141141
'original_rank': None},
142142
'k58r': {
143143
'axelrod-python_class': None,
144-
'stochastic': None,
144+
'stochastic': False,
145145
'author': None,
146146
'original_rank': None},
147147
'k59r': {
148148
'axelrod-python_class': 'RevisedDowning',
149-
'stochastic': None,
149+
'stochastic': False,
150150
'author': None,
151151
'original_rank': None},
152152
'k60r': {
153153
'axelrod-python_class': None,
154-
'stochastic': None,
154+
'stochastic': False,
155155
'author': None,
156156
'original_rank': None},
157157
'k61r': {
158158
'axelrod-python_class': 'Champion',
159-
'stochastic': None,
159+
'stochastic': True,
160160
'author': None,
161161
'original_rank': None},
162162
'k62r': {
163163
'axelrod-python_class': None,
164-
'stochastic': None,
164+
'stochastic': True,
165165
'author': None,
166166
'original_rank': None},
167167
'k63r': {
168168
'axelrod-python_class': None,
169-
'stochastic': None,
169+
'stochastic': False,
170170
'author': None,
171171
'original_rank': None},
172172
'k64r': {
173173
'axelrod-python_class': None,
174-
'stochastic': None,
174+
'stochastic': False,
175175
'author': None,
176176
'original_rank': None},
177177
'k65r': {

0 commit comments

Comments
 (0)