See: [axelrod.readthedocs.io/en/latest/tutorials/further_topics/fingerprinting.html#fingerprinting] (http://axelrod.readthedocs.io/en/latest/tutorials/further_topics/fingerprinting.html#fingerprinting)
All strategies included from Axelrod version 2.6.0.
This README.md file is autogenerated by running:
$ python update_fingerprints.py Each individual fingerprint can be obtained by running:
import axelrod as axl fp = axl.AshlockFingerprint(strategy, probe) fp.fingerprint(turns=200, repetitions=100) fp.plot()



















































































































































































