From 2d1b6294a60b65071b14744d1bde753e1756aba0 Mon Sep 17 00:00:00 2001 From: Luca Lombardo Date: Sat, 8 Oct 2022 20:18:43 +0200 Subject: [PATCH] consider the results inside data folder --- data/results/algo1/different_tau.csv | 6 ++ data/results/algo1/taus_over_iterations.html | 71 ++++++++++++++++++++ data/results/algo1/taus_over_time.html | 71 ++++++++++++++++++++ 3 files changed, 148 insertions(+) create mode 100644 data/results/algo1/different_tau.csv create mode 100644 data/results/algo1/taus_over_iterations.html create mode 100644 data/results/algo1/taus_over_time.html diff --git a/data/results/algo1/different_tau.csv b/data/results/algo1/different_tau.csv new file mode 100644 index 0000000..913738b --- /dev/null +++ b/data/results/algo1/different_tau.csv @@ -0,0 +1,6 @@ +alpha,iterations,tau,time +"[0.85, 0.86, 0.87, 0.88, 0.89, 0.9, 0.91, 0.92, 0.93, 0.94, 0.95, 0.96, 0.97, 0.98, 0.99]",19,1e-05,10.23 +"[0.85, 0.86, 0.87, 0.88, 0.89, 0.9, 0.91, 0.92, 0.93, 0.94, 0.95, 0.96, 0.97, 0.98, 0.99]",56,1e-06,26.99 +"[0.85, 0.86, 0.87, 0.88, 0.89, 0.9, 0.91, 0.92, 0.93, 0.94, 0.95, 0.96, 0.97, 0.98, 0.99]",113,1e-07,63.37 +"[0.85, 0.86, 0.87, 0.88, 0.89, 0.9, 0.91, 0.92, 0.93, 0.94, 0.95, 0.96, 0.97, 0.98, 0.99]",275,1e-08,99.99 +"[0.85, 0.86, 0.87, 0.88, 0.89, 0.9, 0.91, 0.92, 0.93, 0.94, 0.95, 0.96, 0.97, 0.98, 0.99]",454,1e-09,136.72 diff --git a/data/results/algo1/taus_over_iterations.html b/data/results/algo1/taus_over_iterations.html new file mode 100644 index 0000000..cf755bc --- /dev/null +++ b/data/results/algo1/taus_over_iterations.html @@ -0,0 +1,71 @@ + + + +
+
+ + \ No newline at end of file diff --git a/data/results/algo1/taus_over_time.html b/data/results/algo1/taus_over_time.html new file mode 100644 index 0000000..6ca88bc --- /dev/null +++ b/data/results/algo1/taus_over_time.html @@ -0,0 +1,71 @@ + + + +
+
+ + \ No newline at end of file