Skip to content

Commit 01cce8d

Browse files
committed
Add update_results.sh
1 parent cead607 commit 01cce8d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

update_results.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# Update the noisy tournaments
3+
echo "-- Regenerating noisy tournament figures"
4+
# Run the noisy tournament
5+
./run_axelrod --noise 0.05 --rc --xc -p 0 -o assets
6+
# Copy these figures over, renaming as appropriate
7+
mv assets/strategies_payoff.png assets/strategies_payoff_noise_5.png
8+
mv assets/strategies_boxplot.png assets/strategies_boxplot_noise_5.png
9+
10+
# Running noiseless tournament
11+
echo "-- Running Axelrod, regenerating cache, results, and figures"
12+
# Also Copy the results and figures over to assets
13+
./run_axelrod --rc -p 0 -o assets
14+
15+
echo "Be sure to git commit changes to update the docs!"

0 commit comments

Comments
 (0)