Skip to content

Commit 40c5f13

Browse files
Merge pull request #22 from Axelrod-Python/issue-19
Stochastic classification
2 parents 849248a + 106a026 commit 40c5f13

File tree

1 file changed

+65
-65
lines changed

1 file changed

+65
-65
lines changed

src/axelrod_fortran/strategies.py

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,327 +1,327 @@
11
characteristics = {
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': {
4343
'axelrod-python_class': None,
44-
'stochastic': None,
44+
'stochastic': False,
4545
'author': None,
4646
'original_rank': None},
4747
'k39r': {
4848
'axelrod-python_class': None,
49-
'stochastic': None,
49+
'stochastic': False,
5050
'author': None,
5151
'original_rank': None},
5252
'k40r': {
5353
'axelrod-python_class': None,
54-
'stochastic': None,
54+
'stochastic': True,
5555
'author': None,
5656
'original_rank': None},
5757
'k41r': {
5858
'axelrod-python_class': None,
59-
'stochastic': None,
59+
'stochastic': False,
6060
'author': None,
6161
'original_rank': None},
6262
'k42r': {
6363
'axelrod-python_class': None,
64-
'stochastic': None,
64+
'stochastic': False,
6565
'author': None,
6666
'original_rank': None},
6767
'k43r': {
6868
'axelrod-python_class': None,
69-
'stochastic': None,
69+
'stochastic': False,
7070
'author': None,
7171
'original_rank': None},
7272
'k44r': {
7373
'axelrod-python_class': None,
74-
'stochastic': None,
74+
'stochastic': True,
7575
'author': None,
7676
'original_rank': None},
7777
'k45r': {
7878
'axelrod-python_class': None,
79-
'stochastic': None,
79+
'stochastic': False,
8080
'author': None,
8181
'original_rank': None},
8282
'k46r': {
8383
'axelrod-python_class': 'Eatherley',
84-
'stochastic': None,
84+
'stochastic': True,
8585
'author': None,
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': {
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': {
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': {
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': {
278278
'axelrod-python_class': None,
279-
'stochastic': None,
279+
'stochastic': False,
280280
'author': None,
281281
'original_rank': None},
282282
'k85r': {
283283
'axelrod-python_class': None,
284-
'stochastic': None,
284+
'stochastic': False,
285285
'author': None,
286286
'original_rank': None},
287287
'k86r': {
288288
'axelrod-python_class': 'Grofman',
289-
'stochastic': None,
289+
'stochastic': False,
290290
'author': None,
291291
'original_rank': None},
292292
'k87r': {
293293
'axelrod-python_class': None,
294-
'stochastic': None,
294+
'stochastic': True,
295295
'author': None,
296296
'original_rank': None},
297297
'k88r': {
298298
'axelrod-python_class': None,
299-
'stochastic': None,
299+
'stochastic': True,
300300
'author': None,
301301
'original_rank': None},
302302
'k89r': {
303303
'axelrod-python_class': None,
304-
'stochastic': None,
304+
'stochastic': False,
305305
'author': None,
306306
'original_rank': None},
307307
'k90r': {
308308
'axelrod-python_class': None,
309-
'stochastic': None,
309+
'stochastic': False,
310310
'author': None,
311311
'original_rank': None},
312312
'k91r': {
313313
'axelrod-python_class': None,
314-
'stochastic': None,
314+
'stochastic': False,
315315
'author': None,
316316
'original_rank': None},
317317
'k92r': {
318318
'axelrod-python_class': None,
319-
'stochastic': None,
319+
'stochastic': False,
320320
'author': None,
321321
'original_rank': None},
322322
'k93r': {
323323
'axelrod-python_class': 'UnnamedStrategy',
324-
'stochastic': None,
324+
'stochastic': True,
325325
'author': None,
326326
'original_rank': None},
327327
'kpavlovc': {

0 commit comments

Comments
 (0)