Skip to content

Commit 96d2db9

Browse files
committed
Add stochastic values to k74r
1 parent 00de2ea commit 96d2db9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/axelrod_fortran/strategies.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -176,52 +176,52 @@
176176
'original_rank': None},
177177
'k65r': {
178178
'axelrod-python_class': None,
179-
'stochastic': None,
179+
'stochastic': False,
180180
'author': None,
181181
'original_rank': None},
182182
'k66r': {
183183
'axelrod-python_class': None,
184-
'stochastic': None,
184+
'stochastic': False,
185185
'author': None,
186186
'original_rank': None},
187187
'k67r': {
188188
'axelrod-python_class': None,
189-
'stochastic': None,
189+
'stochastic': True,
190190
'author': None,
191191
'original_rank': None},
192192
'k68r': {
193193
'axelrod-python_class': None,
194-
'stochastic': None,
194+
'stochastic': True,
195195
'author': None,
196196
'original_rank': None},
197197
'k69r': {
198198
'axelrod-python_class': 'Joss',
199-
'stochastic': None,
199+
'stochastic': True,
200200
'author': None,
201201
'original_rank': None},
202202
'k70r': {
203203
'axelrod-python_class': None,
204-
'stochastic': None,
204+
'stochastic': True,
205205
'author': None,
206206
'original_rank': None},
207207
'k71r': {
208208
'axelrod-python_class': None,
209-
'stochastic': None,
209+
'stochastic': False,
210210
'author': None,
211211
'original_rank': None},
212212
'k72r': {
213213
'axelrod-python_class': None,
214-
'stochastic': None,
214+
'stochastic': True,
215215
'author': None,
216216
'original_rank': None},
217217
'k73r': {
218218
'axelrod-python_class': None,
219-
'stochastic': None,
219+
'stochastic': False,
220220
'author': None,
221221
'original_rank': None},
222222
'k74r': {
223223
'axelrod-python_class': None,
224-
'stochastic': None,
224+
'stochastic': False,
225225
'author': None,
226226
'original_rank': None},
227227
'k74rxx': {

0 commit comments

Comments
 (0)