LICENSE.txt
MANIFEST.in
README.rst
cache.txt
requirements.txt
setup.cfg
setup.py
Axelrod.egg-info/PKG-INFO
Axelrod.egg-info/SOURCES.txt
Axelrod.egg-info/dependency_links.txt
Axelrod.egg-info/requires.txt
Axelrod.egg-info/top_level.txt
axelrod/__init__.py
axelrod/_strategy_utils.py
axelrod/actions.py
axelrod/deterministic_cache.py
axelrod/ecosystem.py
axelrod/eigen.py
axelrod/fingerprint.py
axelrod/game.py
axelrod/graph.py
axelrod/interaction_utils.py
axelrod/load_data_.py
axelrod/match.py
axelrod/match_generator.py
axelrod/mock_player.py
axelrod/moran.py
axelrod/player.py
axelrod/plot.py
axelrod/random_.py
axelrod/result_set.py
axelrod/strategy_transformers.py
axelrod/tournament.py
axelrod/version.py
axelrod/data/ann_weights.csv
axelrod/data/pso_gambler.csv
axelrod/strategies/__init__.py
axelrod/strategies/_filters.py
axelrod/strategies/_strategies.py
axelrod/strategies/adaptive.py
axelrod/strategies/alternator.py
axelrod/strategies/ann.py
axelrod/strategies/apavlov.py
axelrod/strategies/appeaser.py
axelrod/strategies/averagecopier.py
axelrod/strategies/axelrod_first.py
axelrod/strategies/axelrod_second.py
axelrod/strategies/backstabber.py
axelrod/strategies/better_and_better.py
axelrod/strategies/calculator.py
axelrod/strategies/cooperator.py
axelrod/strategies/cycler.py
axelrod/strategies/darwin.py
axelrod/strategies/defector.py
axelrod/strategies/doubler.py
axelrod/strategies/finite_state_machines.py
axelrod/strategies/forgiver.py
axelrod/strategies/gambler.py
axelrod/strategies/geller.py
axelrod/strategies/gobymajority.py
axelrod/strategies/gradualkiller.py
axelrod/strategies/grudger.py
axelrod/strategies/grumpy.py
axelrod/strategies/handshake.py
axelrod/strategies/hmm.py
axelrod/strategies/human.py
axelrod/strategies/hunter.py
axelrod/strategies/inverse.py
axelrod/strategies/lookerup.py
axelrod/strategies/mathematicalconstants.py
axelrod/strategies/memoryone.py
axelrod/strategies/memorytwo.py
axelrod/strategies/meta.py
axelrod/strategies/mindcontrol.py
axelrod/strategies/mindreader.py
axelrod/strategies/mutual.py
axelrod/strategies/negation.py
axelrod/strategies/oncebitten.py
axelrod/strategies/prober.py
axelrod/strategies/punisher.py
axelrod/strategies/qlearner.py
axelrod/strategies/rand.py
axelrod/strategies/resurrection.py
axelrod/strategies/retaliate.py
axelrod/strategies/selfsteem.py
axelrod/strategies/sequence_player.py
axelrod/strategies/shortmem.py
axelrod/strategies/stalker.py
axelrod/strategies/titfortat.py
axelrod/strategies/verybad.py
axelrod/strategies/worse_and_worse.py
axelrod/tests/__init__.py
axelrod/tests/property.py
docs/citing_the_library.rst
docs/index.rst
docs/community/coc.rst
docs/community/communication.rst
docs/community/index.rst
docs/community/team.rst
docs/reference/all_strategies.rst
docs/reference/bibliography.rst
docs/reference/description.rst
docs/reference/glossary.rst
docs/reference/index.rst
docs/reference/overview_of_strategies.rst
docs/reference/play_contexts.rst
docs/tutorials/index.rst
docs/tutorials/advanced/classification_of_strategies.rst
docs/tutorials/advanced/index.rst
docs/tutorials/advanced/making_tournaments.rst
docs/tutorials/advanced/parallel_processing.rst
docs/tutorials/advanced/reading_and_writing_interactions.rst
docs/tutorials/advanced/setting_a_seed.rst
docs/tutorials/advanced/strategies.rst
docs/tutorials/advanced/strategy_transformers.rst
docs/tutorials/advanced/using_the_cache.rst
docs/tutorials/contributing/guidelines.rst
docs/tutorials/contributing/index.rst
docs/tutorials/contributing/running_tests.rst
docs/tutorials/contributing/library/index.rst
docs/tutorials/contributing/strategy/adding_the_new_strategy.rst
docs/tutorials/contributing/strategy/classifying_the_new_strategy.rst
docs/tutorials/contributing/strategy/docstrings.rst
docs/tutorials/contributing/strategy/index.rst
docs/tutorials/contributing/strategy/instructions.rst
docs/tutorials/contributing/strategy/writing_test_for_the_new_strategy.rst
docs/tutorials/contributing/strategy/writing_the_new_strategy.rst
docs/tutorials/further_topics/approximate_moran_processes.rst
docs/tutorials/further_topics/ecological_variant.rst
docs/tutorials/further_topics/fingerprinting.rst
docs/tutorials/further_topics/index.rst
docs/tutorials/further_topics/morality_metrics.rst
docs/tutorials/further_topics/moran_processes_on_graphs.rst
docs/tutorials/further_topics/noisy_tournaments.rst
docs/tutorials/further_topics/probabilistict_end_tournaments.rst
docs/tutorials/further_topics/spatial_tournaments.rst
docs/tutorials/getting_started/human_interaction.rst
docs/tutorials/getting_started/index.rst
docs/tutorials/getting_started/installation.rst
docs/tutorials/getting_started/interactions.rst
docs/tutorials/getting_started/match.rst
docs/tutorials/getting_started/moran.rst
docs/tutorials/getting_started/tournament.rst
docs/tutorials/getting_started/tournament_results.rst
docs/tutorials/getting_started/visualising_results.rst