From: Kahina Date: Tue, 27 Oct 2015 06:18:57 +0000 (+0100) Subject: add figure log_exp_Sparse X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/kahina_paper1.git/commitdiff_plain/da7d22ad3090ae7ad7952bd8785f2dd45d4c8241?ds=inline add figure log_exp_Sparse --- diff --git a/figures/log_exp.txt b/figures/log_exp.txt index 6cb1f8c..47874d7 100644 --- a/figures/log_exp.txt +++ b/figures/log_exp.txt @@ -1,3 +1,4 @@ +#Full polynomial # First data block (index 0) #EA With_log_exp No_log_exp #Taille_Poly times nb iter times nb iter diff --git a/figures/log_exp_Sparse.plot b/figures/log_exp_Sparse.plot new file mode 100644 index 0000000..21c9fb7 --- /dev/null +++ b/figures/log_exp_Sparse.plot @@ -0,0 +1,18 @@ +# Analysis description +set encoding iso_8859_1 +set terminal x11 +set size 1,0.5 +set term postscript enhanced portrait "Helvetica" 12 + +set ylabel "execution times (in s)" +set xlabel "Soarse polynomial's degrees" +set logscale x +set logscale y + +#set key on outside left bmargin +set style line 1 lc rgb '#0060ad' lt 1 lw 2 pt 1 ps 1.5 # --- blue +set style line 2 lc rgb '#dd181f' lt 1 lw 2 pt 5 ps 1.5 # --- red + + plot'log_exp_Sparse.txt' index 0 using 1:4 t "No log exp" with linespoints ls 2,\ + 'log_exp_Sparse.txt' index 0 using 1:2 t "with log exp" with linespoints ls 1,\ + 'log_exp_Sparse.txt'index 1 using 1:2 t "with_log_exp" with linespoints ls 1 \ No newline at end of file diff --git a/figures/log_exp_Sparse.txt b/figures/log_exp_Sparse.txt new file mode 100644 index 0000000..aa2cff5 --- /dev/null +++ b/figures/log_exp_Sparse.txt @@ -0,0 +1,34 @@ +#sparse polynomial +# First data block (index 0) +#EA With_log_exp No_log_exp +#Taille_Poly times nb iter times nb iter +5000 0.289431 17 0.256983 15 +10000 0.319229 14 0.317802 14 +15000 0.317802 14 0.393191 13 +25000 0.759156 11 0.849403 11 +30000 1.26306 16 2.08251 20 +40000 2.57116 19 2.58756 18 +50000 4.17865 18 4.80419 20 +60000 4.43633 16 4.92617 17 +100000 11.7038 15 12.4761 16 +150000 18.6746 11 16.3098 16 + +# Second index block (index 1) +#Taille_Poly times nb iter +200000 67.6199 22 +300000 132.27 20 +350000 159.65 18 +400000 258.91 22 +450000 339.47 23 +500000 419.78 23 +550000 415.94 19 +600000 549.70 21 +650000 612.12 20 +700000 864.21 24 +750000 940.87 23 +800000 1247.16 26 +850000 1702.12 32 +900000 1803.17 30 +950000 2280.07 34 +1000000 2400.51 30 +