Skip to content

Commit 889d26b

Browse files
committed
Add stochastic values to k83r
1 parent 96d2db9 commit 889d26b

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
@@ -226,52 +226,52 @@
226226
'original_rank': None},
227227
'k74rxx': {
228228
'axelrod-python_class': None,
229-
'stochastic': None,
229+
'stochastic': False,
230230
'author': None,
231231
'original_rank': None},
232232
'k75r': {
233233
'axelrod-python_class': None,
234-
'stochastic': None,
234+
'stochastic': True,
235235
'author': None,
236236
'original_rank': None},
237237
'k76r': {
238238
'axelrod-python_class': 'Tester',
239-
'stochastic': None,
239+
'stochastic': False,
240240
'author': None,
241241
'original_rank': None},
242242
'k77r': {
243243
'axelrod-python_class': 'Feld',
244-
'stochastic': None,
244+
'stochastic': True,
245245
'author': None,
246246
'original_rank': None},
247247
'k78r': {
248248
'axelrod-python_class': None,
249-
'stochastic': None,
249+
'stochastic': True,
250250
'author': None,
251251
'original_rank': None},
252252
'k79r': {
253253
'axelrod-python_class': None,
254-
'stochastic': None,
254+
'stochastic': False,
255255
'author': None,
256256
'original_rank': None},
257257
'k80r': {
258258
'axelrod-python_class': None,
259-
'stochastic': None,
259+
'stochastic': False,
260260
'author': None,
261261
'original_rank': None},
262262
'k81r': {
263263
'axelrod-python_class': None,
264-
'stochastic': None,
264+
'stochastic': False,
265265
'author': None,
266266
'original_rank': None},
267267
'k82r': {
268268
'axelrod-python_class': None,
269-
'stochastic': None,
269+
'stochastic': True,
270270
'author': None,
271271
'original_rank': None},
272272
'k83r': {
273273
'axelrod-python_class': None,
274-
'stochastic': None,
274+
'stochastic': True,
275275
'author': None,
276276
'original_rank': None},
277277
'k84r': {

0 commit comments

Comments
 (0)