Fix plotting W instead of F in figure

This commit is contained in:
2026-04-01 15:18:54 +02:00
parent f21563251b
commit 5480f2ed7b

View File

@@ -202,7 +202,7 @@
xlabel={Max BP iterations},
ylabel={Per-round-LER},
]
\foreach \W/\col in {3/scol2,4/scol1,5/scol0} {
\foreach \F/\col in {1/scol2,2/scol1,3/scol0} {
\edef\temp{\noexpand
\addplot+[
mark=o, line width=1pt, densely dashed, \col,
@@ -211,19 +211,19 @@
col sep=comma, x=max_bp_iter,
y expr={1 - (1-\noexpand\thisrow{LER_hard})^(1/12)}
]
{/home/andreas/workspace/private/ma-sw-results/outputs/+decoder.bp_method=minimum_sum,+experiment=soft_vs_hard_over_iter_param_exploration,+system.F=1,+system.W=\W/2026-03-30_23-30-38/LERs.csv};
{/home/andreas/workspace/private/ma-sw-results/outputs/+decoder.bp_method=minimum_sum,+experiment=soft_vs_hard_over_iter_param_exploration,+system.F=\F,+system.W=5/2026-03-30_23-30-38/LERs.csv};
}
\temp
}
\foreach \W/\col in {3/scol2,4/scol1,5/scol0} {
\foreach \F/\col in {1/scol2,2/scol1,3/scol0} {
\edef\temp{\noexpand
\addplot+[mark=o, line width=1pt, \col]
table[
col sep=comma, x=max_bp_iter,
y expr={1 - (1-\noexpand\thisrow{LER_soft})^(1/12)}
]
{/home/andreas/workspace/private/ma-sw-results/outputs/+decoder.bp_method=minimum_sum,+experiment=soft_vs_hard_over_iter_param_exploration,+system.F=1,+system.W=\W/2026-03-30_23-30-38/LERs.csv};
{/home/andreas/workspace/private/ma-sw-results/outputs/+decoder.bp_method=minimum_sum,+experiment=soft_vs_hard_over_iter_param_exploration,+system.F=\F,+system.W=5/2026-03-30_23-30-38/LERs.csv};
}
\temp
}