diff --git a/ea/ubA/a28plot.py b/ea/ubA/a28plot.py new file mode 100644 index 0000000..3fed9c9 --- /dev/null +++ b/ea/ubA/a28plot.py @@ -0,0 +1,29 @@ +import numpy as np +import matplotlib.pyplot as plt + +stats=np.load("/home/jph/abgabensammlungSS15/ea/ubA/figures/stats.npy") + +j=0 +for zw in np.array([0.15,0.2,0.25,0.3,0.5,0.6]): + plt.plot(stats[j][0],stats[j][1],"rx") + plt.xlabel("t") + plt.ylabel("sigma") + plt.title("sigma over time, zw="+str(zw)) + #plt.axis((0,100000,0,1e10)) + plt.savefig("/home/jph/abgabensammlungSS15/ea/ubA/figures/sigma"+str(zw)+".png") + plt.close() + plt.plot(stats[j][0],stats[j][2],"rx") + plt.xlabel("t") + plt.ylabel("we") + plt.title("we over time, zw="+str(zw)) + plt.axis((0,100000,0,0.55)) + plt.savefig("/home/jph/abgabensammlungSS15/ea/ubA/figures/we"+str(zw)+".png") + plt.close() + plt.plot(stats[j][0],stats[j][3],"rx") + plt.xlabel("t") + plt.ylabel("fitness") + plt.title("fitness over time, zw="+str(zw)) + plt.axis((0,100000,0,1e5)) + plt.savefig("/home/jph/abgabensammlungSS15/ea/ubA/figures/fitness"+str(zw)+".png") + plt.close() + j=j+1 diff --git a/ea/ubA/figures/fitness0.15.png b/ea/ubA/figures/fitness0.15.png new file mode 100644 index 0000000..5ee2587 --- /dev/null +++ b/ea/ubA/figures/fitness0.15.png Binary files differ diff --git a/ea/ubA/figures/fitness0.2.png b/ea/ubA/figures/fitness0.2.png new file mode 100644 index 0000000..fea7b52 --- /dev/null +++ b/ea/ubA/figures/fitness0.2.png Binary files differ diff --git a/ea/ubA/figures/fitness0.25.png b/ea/ubA/figures/fitness0.25.png new file mode 100644 index 0000000..559fa7b --- /dev/null +++ b/ea/ubA/figures/fitness0.25.png Binary files differ diff --git a/ea/ubA/figures/fitness0.3.png b/ea/ubA/figures/fitness0.3.png new file mode 100644 index 0000000..bfd322d --- /dev/null +++ b/ea/ubA/figures/fitness0.3.png Binary files differ diff --git a/ea/ubA/figures/fitness0.5.png b/ea/ubA/figures/fitness0.5.png new file mode 100644 index 0000000..92ee177 --- /dev/null +++ b/ea/ubA/figures/fitness0.5.png Binary files differ diff --git a/ea/ubA/figures/fitness0.6.png b/ea/ubA/figures/fitness0.6.png new file mode 100644 index 0000000..1ebc529 --- /dev/null +++ b/ea/ubA/figures/fitness0.6.png Binary files differ diff --git a/ea/ubA/figures/sigma0.15.png b/ea/ubA/figures/sigma0.15.png new file mode 100644 index 0000000..70d6364 --- /dev/null +++ b/ea/ubA/figures/sigma0.15.png Binary files differ diff --git a/ea/ubA/figures/sigma0.2.png b/ea/ubA/figures/sigma0.2.png new file mode 100644 index 0000000..3171689 --- /dev/null +++ b/ea/ubA/figures/sigma0.2.png Binary files differ diff --git a/ea/ubA/figures/sigma0.25.png b/ea/ubA/figures/sigma0.25.png new file mode 100644 index 0000000..b8123c9 --- /dev/null +++ b/ea/ubA/figures/sigma0.25.png Binary files differ diff --git a/ea/ubA/figures/sigma0.3.png b/ea/ubA/figures/sigma0.3.png new file mode 100644 index 0000000..b31e4a9 --- /dev/null +++ b/ea/ubA/figures/sigma0.3.png Binary files differ diff --git a/ea/ubA/figures/sigma0.5.png b/ea/ubA/figures/sigma0.5.png new file mode 100644 index 0000000..a05b2de --- /dev/null +++ b/ea/ubA/figures/sigma0.5.png Binary files differ diff --git a/ea/ubA/figures/sigma0.6.png b/ea/ubA/figures/sigma0.6.png new file mode 100644 index 0000000..169bb30 --- /dev/null +++ b/ea/ubA/figures/sigma0.6.png Binary files differ diff --git a/ea/ubA/figures/we0.15.png b/ea/ubA/figures/we0.15.png new file mode 100644 index 0000000..d185df1 --- /dev/null +++ b/ea/ubA/figures/we0.15.png Binary files differ diff --git a/ea/ubA/figures/we0.2.png b/ea/ubA/figures/we0.2.png new file mode 100644 index 0000000..c4e095f --- /dev/null +++ b/ea/ubA/figures/we0.2.png Binary files differ diff --git a/ea/ubA/figures/we0.25.png b/ea/ubA/figures/we0.25.png new file mode 100644 index 0000000..7f640cc --- /dev/null +++ b/ea/ubA/figures/we0.25.png Binary files differ diff --git a/ea/ubA/figures/we0.3.png b/ea/ubA/figures/we0.3.png new file mode 100644 index 0000000..3759585 --- /dev/null +++ b/ea/ubA/figures/we0.3.png Binary files differ diff --git a/ea/ubA/figures/we0.5.png b/ea/ubA/figures/we0.5.png new file mode 100644 index 0000000..5443f37 --- /dev/null +++ b/ea/ubA/figures/we0.5.png Binary files differ diff --git a/ea/ubA/figures/we0.6.png b/ea/ubA/figures/we0.6.png new file mode 100644 index 0000000..5a58c56 --- /dev/null +++ b/ea/ubA/figures/we0.6.png Binary files differ