We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7b6ed commit d9bc7eeCopy full SHA for d9bc7ee
CHANGELOG.rst
@@ -5,6 +5,7 @@ Unreleased
5
----------
6
7
* Tag K47R as implemented by RichardHufford
8
+* Tag K64R as implemented by Yamanhi
9
10
v0.4.2 (2018-01-10)
11
-------------------
src/axelrod_fortran/strategies.py
@@ -172,7 +172,7 @@
172
'author': 'George Duisman',
173
'original_rank': 57},
174
'k64r': {
175
- 'axelrod-python_class': None,
+ 'axelrod-python_class': axl.Yamachi,
176
'stochastic': False,
177
'author': 'Brian Yamachi',
178
'original_rank': 17},
0 commit comments