add image from map of the problems

This commit is contained in:
Arthur Grisel-Davy 2023-06-21 17:43:55 -04:00
parent 327319ebb0
commit 1d71c6c261
3 changed files with 627 additions and 1 deletions

View file

@ -17,6 +17,16 @@ The difference between machines and components is a fine and blury line as the d
In this thesis, a component is a system that expects instructions from a central unit while a machine run its own software.
For example, at a macroscopic scale, a graphics card does not take the initiative on its own to run any software and expect instructions from the rest of the \gls{pc}.
Figure~\ref{fig:map} present an overview of the three main problems developped in this chapter.
Each problem present a variation in the input data, but they all share the same goal of activity detection.
\begin{figure}
\centering
\includegraphics[width=0.9\textwidth]{images/map.pdf}
\caption{Overview of the three main problems.}
\label{fig:map}
\end{figure}
\section{Single-Source, Single-Measure}
The \gls{dsd} --- example of a Single-Source Single-Measure problem --- shows promising results in an experimental setup.
To this date, the experiments have focused on the detection of simple global states.
@ -101,7 +111,7 @@ Figure \ref{fig:mssm_illustration} illustrate the aggregation of multiple consum
\caption{Illustration of the MSSM setup.}
\label{fig:mssm_illustration}
\end{figure}
\agd{add a map of the problems and what is planned. Some visual representation of the SSSM, SSMM, MSSM and MSMM problems}
\subsection{Problem Statement}