-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgraph_leading1163200975.plt
28 lines (18 loc) · 1.58 KB
/
graph_leading1163200975.plt
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
set style line 1 lt 1 lw 3
set style line 2 lt 2 lw 3
set style line 3 lt 3 lw 3
set xlabel 'generation'
set ylabel 'fitness'
set terminal png size 500,350
set key right bottom
set output "graph_leading1163200975/graph_leading000_fitness.png"
plot "graph_leading1163200975/graph_leading0_fitness.gnp" ti "EDC, sel=98%" with lines ls 1, "graph_leading1163200975/graph_leading1_fitness.gnp" ti "EDC, sel=99%" with lines ls 2, "graph_leading1163200975/graph_leading2_fitness.gnp" ti "EDC, sel=100%" with lines ls 3
set output "graph_leading1163200975/graph_leading001_fitness.png"
plot "graph_leading1163200975/graph_leading3_fitness.gnp" ti "EDC, sel=98%" with lines ls 1, "graph_leading1163200975/graph_leading4_fitness.gnp" ti "EDC, sel=99%" with lines ls 2, "graph_leading1163200975/graph_leading5_fitness.gnp" ti "EDC, sel=100%" with lines ls 3
set xlabel 'generation'
set ylabel 'diversity'
set terminal png size 500,350
set output "graph_leading1163200975/graph_leading000_diversity.png"
plot "graph_leading1163200975/graph_leading0_diversity.gnp" ti "EDC, sel=98%" with lines ls 1, "graph_leading1163200975/graph_leading1_diversity.gnp" ti "EDC, sel=99%" with lines ls 2, "graph_leading1163200975/graph_leading2_diversity.gnp" ti "EDC, sel=100%" with lines ls 3
set output "graph_leading1163200975/graph_leading001_diversity.png"
plot "graph_leading1163200975/graph_leading3_diversity.gnp" ti "EDC, sel=98%" with lines ls 1, "graph_leading1163200975/graph_leading4_diversity.gnp" ti "EDC, sel=99%" with lines ls 2, "graph_leading1163200975/graph_leading5_diversity.gnp" ti "EDC, sel=100%" with lines ls 3