Skip to content

Commit 23be2fc

Browse files
committed
Add stochastic values to k46r
1 parent e96560c commit 23be2fc

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
@@ -41,47 +41,47 @@
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': {

0 commit comments

Comments
 (0)