-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
39 lines (22 loc) · 1.11 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
\documentclass{article}
\title{Reviving, reproducing and revisiting Axelrod's second tournamentt}
\begin{document}
\section{Introduction}\label{sec:introduction}
% TODO Describe the original work
% TODO Describe the Axelrod library
\section{Reviving the tournament}\label{sec:reviving}
% TODO Describe Fortran, describe work done to the Fortran, describe the Python
% stuff done as well?
\section{Reproducing the tournament}\label{sec:reproducing}
% TODO Reproduce the original work (5 tournaments with match lengths known to
% players of 63, 77, % 151, 308 and 157).
% Confirm results, further analysis made possible with Axelrod
\section{Revisiting the tournament}\label{sec:revisiting}
\subsection{Running with an extra invitation}\label{sec:extra_strategy}
% TODO Re run above with an extra strategy from the Axelrod library
\subsection{Running with extortion}\label{sec:run_with_stewart_plotkin}
% TODO Re run with the set of strategies from Stewart and Plotkin
\subsection{Running a large tournament}\label{sec:run_with_everyone}
\section{Conclusion}\label{sec:conclusion}
\section*{Acknowledgements}
\end{document}