From ff0e2beea08e0e6d45e31727e85da63d9257a8c1 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Sat, 15 Apr 2023 18:56:10 +0200 Subject: [PATCH] Added return statements to algorithms --- latex/thesis/chapters/comparison.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/latex/thesis/chapters/comparison.tex b/latex/thesis/chapters/comparison.tex index 7aaa70b..35aed7f 100644 --- a/latex/thesis/chapters/comparison.tex +++ b/latex/thesis/chapters/comparison.tex @@ -195,6 +195,7 @@ while stopping critierion unfulfilled do $r_i \leftarrow r_i + \omega \left( s_i - y_i \right)$ end for end while +return $\boldsymbol{s}$ \end{genericAlgorithm} \caption{Proximal decoding} @@ -224,6 +225,7 @@ while stopping criterion unfulfilled do |\vspace{7mm}\Reactivatenumber| end for end while +return $\tilde{\boldsymbol{c}}$ \end{genericAlgorithm} \caption{\ac{LP} decoding using \ac{ADMM}} \label{fig:comp:message_passing:admm}