File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ tournament. To run the tournament, you simply need to:
5454
5555::
5656
57- $ python run_tournament.py
57+ $ python run_axelrod
5858
5959This automatically outputs a ``png `` file with the results. You can see
6060the results from the latest run of the tournament here:
@@ -75,26 +75,26 @@ Also the pairwise performance of each strategy versus all others:
7575
7676Please do contribute :)
7777
78- Note that you can run ``python run_tournament.py -h `` for further
78+ Note that you can run ``python run_axelrod -h `` for further
7979options available: for example, cheating strategies can be excluded for
8080faster results by running:
8181
8282::
8383
84- $ python run_tournament.py --xc --xa
84+ $ python run_axelrod --xc --xa
8585
8686You can also run the tournament in parallel (below will run 4 parallel
8787processes):
8888
8989::
9090
91- $ python run_tournament.py -p 4
91+ $ python run_axelrod -p 4
9292
9393You can run with all available CPUs with:
9494
9595::
9696
97- $ python run_tournament.py -p 0
97+ $ python run_axelrod -p 0
9898
9999Awesome visualisation
100100---------------------
You can’t perform that action at this time.
0 commit comments