From 06b9500efc0099904ba3701d303496b1251e384d Mon Sep 17 00:00:00 2001 From: Paul ALNET Date: Sun, 4 Jun 2023 11:18:36 +0200 Subject: [PATCH] tex: NFBP impl detail --- latex/content.tex | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/latex/content.tex b/latex/content.tex index eaa2e95..374186c 100644 --- a/latex/content.tex +++ b/latex/content.tex @@ -142,8 +142,14 @@ Mathematically, the NFBP algorithm imposes the following constraint on the first \subsection{Implementation and results} -We implemented the NFBP algorithm in Python, for it's ease of use and broad -recommendation. +We implemented the NFBP algorithm in Python \footnotemark, for its ease of use +and broad recommendation. We used the \texttt{random} library to generate +random numbers between $ 0 $ and $ 1 $ and \texttt{matplotlib} to plot the +results. + +\footnotetext{The code is available in Annex \ref{annex:probabilistic}} + +