Welcome to Axelrod-Python-Tournament’s documentation!

This documentation contains the latest results of the full tournament from the Axelrod-Python project.

Contents:

Standard Tournament

Ranked violin plot

The mean utility of each player.

_images/strategies_std_boxplot.svg

Payoffs

The pair wise utilities of each player.

_images/strategies_std_payoff.svg

Evolutionary dynamics

The evolutionary dynamic of the strategies_std (based on the utilities).

_images/strategies_std_reproduce.svg

Wins

The number of wins of each player.

_images/strategies_std_winplot.svg

Payoff differences

The payoff differences for each player.

_images/strategies_std_sdvplot.svg

Pairwise payoff differences

The difference of payoffs between pairs of players.

_images/strategies_std_pdplot.svg

Summary

Here is a file with the summary data.

Noisy Tournament

Ranked violin plot

The mean utility of each player.

_images/strategies_noisy_boxplot.svg

Payoffs

The pair wise utilities of each player.

_images/strategies_noisy_payoff.svg

Evolutionary dynamics

The evolutionary dynamic of the strategies (based on the utilities).

_images/strategies_noisy_reproduce.svg

Wins

The number of wins of each player.

_images/strategies_noisy_winplot.svg

Payoff differences

The payoff differences for each player.

_images/strategies_noisy_sdvplot.svg

Pairwise payoff differences

The difference of payoffs between pairs of players.

_images/strategies_noisy_pdplot.svg

Summary

Here is a file with summary data.

Probabilistic Ending Tournament

Ranked violin plot

The mean utility of each player.

_images/strategies_probend_boxplot.svg

Payoffs

The pair wise utilities of each player.

_images/strategies_probend_payoff.svg

Evolutionary dynamics

The evolutionary dynamic of the strategies (based on the utilities).

_images/strategies_probend_reproduce.svg

Wins

The number of wins of each player.

_images/strategies_probend_winplot.svg

Payoff differences

The payoff differences for each player.

_images/strategies_probend_sdvplot.svg

Pairwise payoff differences

The difference of payoffs between pairs of players.

_images/strategies_probend_pdplot.svg

Match lengths

The length of the matches

_images/strategies_probend_lengthplot.svg

Summary

Here is a file with summary data.

Reproducing these results

To reproduce these results:

python run_noisy.py
python run_std.py
python run_probend.py

Indices and tables