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.
2 parents c922256 + b70ea4f commit 67c9fefCopy full SHA for 67c9fef
src/axelrod_fortran/strategies.py
@@ -354,3 +354,5 @@
354
second_tournament_strategies = [
355
name for name in characteristics.keys()
356
if characteristics[name]["original_rank"] is not None]
357
+
358
+representative_strategies = ['k60r', 'k91r', 'k40r', 'k76r', 'k67r']
0 commit comments