Skip to content

Commit 8714546

Browse files
committed
comment out part not used
1 parent 24439f0 commit 8714546

File tree

2 files changed

+60
-51
lines changed

2 files changed

+60
-51
lines changed

back_matter/back_matter.tex

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -3,56 +3,56 @@
33
\begin{document}
44

55
\part{Appendices}
6-
\chapter{Estimation Methods}
7-
8-
\section{Ordinary Least Squares}
9-
\section{Recursive Least Squares}
10-
\section{Expectation Maximization}
11-
\section{\todo{Recursive Expectation Maximization}}
12-
13-
\chapter{Material}
14-
Here follows a brief description of the material used in this thesis
15-
\section{Hardware}
16-
A portable personal computer
17-
\begin{description}
18-
\item [Processor] Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
19-
\item [Memory] 15GiB System memory
20-
\end{description}
21-
\section{OS}
22-
A GNU/Linux system based on architecture x86\_64 with
23-
\begin{description}
24-
\item[Linux kernel] version 5.4.0-73-generic
25-
\item[Ubuntu distribution] version \#82~18.04.1-Ubuntu SMP Fri Apr 16 15:10:02 UTC 2021
26-
\end{description}
27-
28-
\section{Programming}
29-
The programs used in this thesis were developed in MATLAB language.
30-
31-
They were executed on
32-
\begin{description}
33-
\item[MATLAB] version R2019b Update 3 (9.7.0.1261785) 64-bit (glnxa64).
34-
\end{description}
35-
36-
All code and resulting data is available in \todo{add github link}.
37-
38-
The graphs based on the saved data were generated using python scripts, also available.
39-
40-
The scripts were then executed using
41-
\begin{description}
42-
\item[python] version 3.6.9
43-
\end{description}
44-
with packages:
45-
\begin{description}
46-
\item[matplotlib] version 3.2.2
47-
\item[numpy] version 1.19.0
48-
\item[scipy] version 1.3.2
49-
\end{description}
50-
\section{Writing}
51-
This thesis was written using GNU Emacs, typeset using \gls{latex}.
52-
53-
Diagrams were drawn using \gls{TikZ}.
54-
55-
Hand drawings were drawn using Xournal++ and Inkscape.
6+
% \chapter{Estimation Methods}
7+
8+
% \section{Ordinary Least Squares}
9+
% \section{Recursive Least Squares}
10+
% \section{Expectation Maximization}
11+
% \section{\todo{Recursive Expectation Maximization}}
12+
13+
% \chapter{Material}
14+
% Here follows a brief description of the material used in this thesis
15+
% \section{Hardware}
16+
% A portable personal computer
17+
% \begin{description}
18+
% \item [Processor] Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
19+
% \item [Memory] 15GiB System memory
20+
% \end{description}
21+
% \section{OS}
22+
% A GNU/Linux system based on architecture x86\_64 with
23+
% \begin{description}
24+
% \item[Linux kernel] version 5.4.0-73-generic
25+
% \item[Ubuntu distribution] version \#82~18.04.1-Ubuntu SMP Fri Apr 16 15:10:02 UTC 2021
26+
% \end{description}
27+
28+
% \section{Programming}
29+
% The programs used in this thesis were developed in MATLAB language.
30+
31+
% They were executed on
32+
% \begin{description}
33+
% \item[MATLAB] version R2019b Update 3 (9.7.0.1261785) 64-bit (glnxa64).
34+
% \end{description}
35+
36+
% All code and resulting data is available in \todo{add github link}.
37+
38+
% The graphs based on the saved data were generated using python scripts, also available.
39+
40+
% The scripts were then executed using
41+
% \begin{description}
42+
% \item[python] version 3.6.9
43+
% \end{description}
44+
% with packages:
45+
% \begin{description}
46+
% \item[matplotlib] version 3.2.2
47+
% \item[numpy] version 1.19.0
48+
% \item[scipy] version 1.3.2
49+
% \end{description}
50+
% \section{Writing}
51+
% This thesis was written using GNU Emacs, typeset using \gls{latex}.
52+
53+
% Diagrams were drawn using \gls{TikZ}.
54+
55+
% Hand drawings were drawn using Xournal++ and Inkscape.
5656

5757
\chapter{Résumé étendu en français}
5858

main_matter/main_matter.tex

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,17 @@
1212

1313
\subfile{anomalous_behaviors}
1414

15-
\part{Towards a safe DMPC algorithm}\label{part:safe_dmpc}
15+
% \part{Towards a safe DMPC algorithm}\label{part:safe_dmpc}
1616

17+
% \subfile{brief_recap}
18+
19+
% \subfile{primal_decomposition}
20+
21+
% \subfile{safe_dmpc_eq}
22+
23+
% \subfile{safe_dmpc_ineq}
24+
25+
% \subfile{conclusion}
1726

1827

1928

0 commit comments

Comments
 (0)