Sure, as the confirmation, the latex file of our experiments, including plots of error bars are given below. In case you had any difficulty in running the latex file, we can provide a link to access the plots. Unfortunately, the NeurIPS guidelines prohibit link sharing, but if there is any other way that we can provide the links to plots, we will be happy to provide that. In addition, we would like to mention our previous experiments that we did for the max-cut problem along with error bars were given in Appendix E.1 (see Figure 4).
\begin{figure*}[h]
\centering
\begin{tabular}{@{}c@{}}
\begin{tikzpicture}
\pgfplotsset{width=8cm,compat=1.9}
\begin{axis}[
xlabel={$k$},
ylabel={oracle calls},
ymin=0, ymax=1000,
xtick={2, 4, 6, 8, 10},
legend pos=north west,
ymajorgrids=true,
grid style=dashed,
legend style={nodes={scale=0.5, transform shape}},
]
\addplot[
color=red,
mark=square,
error bars/.cd,
y dir=both,
y explicit,
error bar style={
color=red}
]
coordinates {
(1, 331.20000) += (0, 106.80000) -= (0, 123.20000) (2, 373.60000) += (0, 108.40000) -= (0, 143.60000) (3, 346.80000) += (0, 142.20000) -= (0, 64.80000) (4, 371.00000) += (0, 77.00000) -= (0, 124.00000) (5, 329.80000) += (0, 94.20000) -= (0, 89.80000) (6, 309.50000) += (0, 50.50000) -= (0, 50.50000) (7, 368.80000) += (0, 80.20000) -= (0, 127.80000) (8, 352.70000) += (0, 54.30000) -= (0, 74.70000) (9, 367.60000) += (0, 112.40000) -= (0, 104.60000) (10, 385.60000) += (0, 169.40000) -= (0, 94.60000)
};
\addlegendentry{\textsc{Sample-Streaming}}
\addplot[
color=blue,
mark=star,
error bars/.cd,
y dir=both,
y explicit,
error bar style={
color=blue}
]
coordinates {
(1, 461.40000) += (0, 9.60000) -= (0, 15.40000) (2, 662.30000) += (0, 90.70000) -= (0, 99.30000) (3, 529.50000) += (0, 91.50000) -= (0, 64.50000) (4, 447.80000) += (0, 31.20000) -= (0, 54.80000) (5, 323.90000) += (0, 20.10000) -= (0, 24.90000) (6, 235.40000) += (0, 16.60000) -= (0, 12.40000) (7, 179.20000) += (0, 9.80000) -= (0, 16.20000) (8, 178.50000) += (0, 18.50000) -= (0, 10.50000) (9, 189.80000) += (0, 16.20000) -= (0, 16.80000) (10, 238.30000) += (0, 14.70000) -= (0, 18.30000)
};
\addlegendentry{\textsc{Our Dynamic Algorithm}}
\end{axis}
\end{tikzpicture}
\begin{tikzpicture}
\pgfplotsset{width=8cm,compat=1.9}
\begin{axis}[
xlabel={$k$},
ylabel={f},
ymin=0, ymax=8,
xtick={2, 4, 6, 8, 10},
legend pos=north west,
ymajorgrids=true,
grid style=dashed,
legend style={nodes={scale=0.5, transform shape}},
]
\addplot[
color=red,
mark=square,
error bars/.cd,
y dir=both,
y explicit,
error bar style={
color=red}
]
coordinates {
(1, 1.62818) += (0, 0.44989) -= (0, 0.57743) (2, 2.14678) += (0, 0.65564) -= (0, 0.41891) (3, 2.48939) += (0, 0.33780) -= (0, 0.40127) (4, 2.39747) += (0, 0.34600) -= (0, 0.64868) (5, 2.28432) += (0, 0.52396) -= (0, 0.47845) (6, 2.30636) += (0, 0.45690) -= (0, 0.35722) (7, 2.43273) += (0, 0.48661) -= (0, 0.59661) (8, 2.39775) += (0, 0.46000) -= (0, 0.46214) (9, 2.28745) += (0, 0.42656) -= (0, 0.32351) (10, 2.39145) += (0, 0.50267) -= (0, 0.74555)
};
\addlegendentry{\textsc{Sample-Streaming}}
\addplot[
color=blue,
mark=star,
error bars/.cd,
y dir=both,
y explicit,
error bar style={
color=blue}
]
coordinates {
(1, 2.46816) += (0, 0.07933) -= (0, 0.42347) (2, 2.15307) += (0, 0.32738) -= (0, 0.17542) (3, 2.29888) += (0, 0.09777) -= (0, 0.19832) (4, 2.19944) += (0, 0.43743) -= (0, 0.58491) (5, 2.39385) += (0, 0.40503) -= (0, 0.38268) (6, 2.36480) += (0, 0.17151) -= (0, 0.35363) (7, 2.47486) += (0, 0.06145) -= (0, 0.17877) (8, 2.49553) += (0, 0.03520) -= (0, 0.02626) (9, 2.46536) += (0, 0.07095) -= (0, 0.25866) (10, 2.26592) += (0, 0.20335) -= (0, 0.26033)
};
\addlegendentry{\textsc{Our Dynamic Algorithm}}
\end{axis}
\end{tikzpicture}
\end{tabular}
\small (a) Video 106 total oracle calls and average output