soutenance : déplacement figure annexe vers principal
This commit is contained in:
parent
8a2a795441
commit
18b9895555
2 changed files with 57 additions and 56 deletions
|
|
@ -3,59 +3,3 @@
|
||||||
|
|
||||||
|
|
||||||
\section{Sélection de modèle}
|
\section{Sélection de modèle}
|
||||||
\begin{frame}
|
|
||||||
\frametitle{Choix de $(Q_1,Q_2)$ - Approche gloutonne}
|
|
||||||
\begin{columns}
|
|
||||||
\begin{column}{0.5\linewidth}
|
|
||||||
\begin{tikzpicture}
|
|
||||||
\input{../tikz/greedy-exploration.tex}
|
|
||||||
\end{tikzpicture}
|
|
||||||
\end{column}
|
|
||||||
\begin{column}{0.35\linewidth}
|
|
||||||
\begin{itemize}
|
|
||||||
\item Modèle initialisé~:\\
|
|
||||||
\begin{tikzpicture}
|
|
||||||
\draw[fill=gray, draw=gray] circle [radius=0.225cm];
|
|
||||||
\end{tikzpicture}
|
|
||||||
\onslide<2->{
|
|
||||||
\item Modèle après \emph{split}~:
|
|
||||||
\begin{tikzpicture}
|
|
||||||
\draw[fill=blueind, draw=blueind] circle [radius=0.225cm];
|
|
||||||
\end{tikzpicture}
|
|
||||||
\item Modèle maximisant le critère~:\\
|
|
||||||
\begin{tikzpicture}
|
|
||||||
\draw[fill=white, draw=green, very thick] circle [radius=0.225cm];
|
|
||||||
\end{tikzpicture}
|
|
||||||
}
|
|
||||||
\onslide<3->{
|
|
||||||
\item Modèle après \emph{merge}~:
|
|
||||||
\begin{tikzpicture}
|
|
||||||
\draw[fill=red, draw=red] circle [radius=0.225cm];
|
|
||||||
\end{tikzpicture}
|
|
||||||
}
|
|
||||||
\end{itemize}
|
|
||||||
\end{column}
|
|
||||||
\end{columns}
|
|
||||||
\end{frame}
|
|
||||||
\begin{frame}
|
|
||||||
\frametitle{Choix de $(Q_1,Q_2)$ - Fenêtre glissante}
|
|
||||||
\begin{columns}
|
|
||||||
\begin{column}{0.6\textwidth}
|
|
||||||
\begin{figure}
|
|
||||||
\input{../tikz/moving-window.tex}
|
|
||||||
\caption{Fenêtre glissante}
|
|
||||||
\end{figure}
|
|
||||||
\end{column}
|
|
||||||
\begin{column}{0.4\textwidth}
|
|
||||||
\only<3>{\begin{block}{}
|
|
||||||
Initialisation du modèle si nécessaire
|
|
||||||
\end{block}}
|
|
||||||
\only<9>{\begin{block}{}
|
|
||||||
Localisation du nouveau mode
|
|
||||||
\end{block}}
|
|
||||||
\only<10>{\begin{block}{}
|
|
||||||
Déplacement sur le nouveau mode puis itération
|
|
||||||
\end{block}}
|
|
||||||
\end{column}
|
|
||||||
\end{columns}
|
|
||||||
\end{frame}
|
|
||||||
|
|
@ -197,6 +197,63 @@
|
||||||
\end{alertblock}
|
\end{alertblock}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}
|
||||||
|
\frametitle{Choix de $(Q_1,Q_2)$ - Approche gloutonne}
|
||||||
|
\begin{columns}
|
||||||
|
\begin{column}{0.5\linewidth}
|
||||||
|
\begin{tikzpicture}
|
||||||
|
\input{../tikz/greedy-exploration.tex}
|
||||||
|
\end{tikzpicture}
|
||||||
|
\end{column}
|
||||||
|
\begin{column}{0.35\linewidth}
|
||||||
|
\begin{itemize}
|
||||||
|
\item Modèle initialisé~:\\
|
||||||
|
\begin{tikzpicture}
|
||||||
|
\draw[fill=gray, draw=gray] circle [radius=0.225cm];
|
||||||
|
\end{tikzpicture}
|
||||||
|
\onslide<2->{
|
||||||
|
\item Modèle après \emph{split}~:
|
||||||
|
\begin{tikzpicture}
|
||||||
|
\draw[fill=blueind, draw=blueind] circle [radius=0.225cm];
|
||||||
|
\end{tikzpicture}
|
||||||
|
\item Modèle maximisant le critère~:\\
|
||||||
|
\begin{tikzpicture}
|
||||||
|
\draw[fill=white, draw=green, very thick] circle [radius=0.225cm];
|
||||||
|
\end{tikzpicture}
|
||||||
|
}
|
||||||
|
\onslide<3->{
|
||||||
|
\item Modèle après \emph{merge}~:
|
||||||
|
\begin{tikzpicture}
|
||||||
|
\draw[fill=red, draw=red] circle [radius=0.225cm];
|
||||||
|
\end{tikzpicture}
|
||||||
|
}
|
||||||
|
\end{itemize}
|
||||||
|
\end{column}
|
||||||
|
\end{columns}
|
||||||
|
\end{frame}
|
||||||
|
\begin{frame}
|
||||||
|
\frametitle{Choix de $(Q_1,Q_2)$ - Fenêtre glissante}
|
||||||
|
\begin{columns}
|
||||||
|
\begin{column}{0.6\textwidth}
|
||||||
|
\begin{figure}
|
||||||
|
\input{../tikz/moving-window.tex}
|
||||||
|
\caption{Fenêtre glissante}
|
||||||
|
\end{figure}
|
||||||
|
\end{column}
|
||||||
|
\begin{column}{0.4\textwidth}
|
||||||
|
\only<3>{\begin{block}{}
|
||||||
|
Initialisation du modèle si nécessaire
|
||||||
|
\end{block}}
|
||||||
|
\only<9>{\begin{block}{}
|
||||||
|
Localisation du nouveau mode
|
||||||
|
\end{block}}
|
||||||
|
\only<10>{\begin{block}{}
|
||||||
|
Déplacement sur le nouveau mode puis itération
|
||||||
|
\end{block}}
|
||||||
|
\end{column}
|
||||||
|
\end{columns}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
\section{Application}
|
\section{Application}
|
||||||
\label{sec:application}
|
\label{sec:application}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue