From 1cc9e49cf8a12f6c2edfd5ddf4ced62941f0c628 Mon Sep 17 00:00:00 2001 From: charlie Date: Tue, 26 Jan 2016 21:25:51 +0100 Subject: [PATCH] all models and results added as graphics --- a4/Makefile | 3 ++- a4/models.tex | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 1 deletion(-) diff --git a/a4/Makefile b/a4/Makefile index e20addd..454b61e 100644 --- a/a4/Makefile +++ b/a4/Makefile @@ -5,7 +5,8 @@ MODELS=model.small.LStar.rand.eps model.small.TTT.rand.eps model.small.RS.rand.e model.small.LStar.wm.eps model.small.TTT.wm.eps model.small.RS.wm.eps model.small.KV.wm.eps \ model.partial.LStar.rand.eps model.partial.TTT.rand.eps model.partial.RS.rand.eps model.partial.KV.rand.eps \ model.partial.LStar.wm.eps model.partial.TTT.wm.eps model.partial.RS.wm.eps model.partial.KV.wm.eps \ - model.partial.LStar.rand.eps model.full.LStar.rand.eps + model.full.LStar.rand.eps model.full.TTT.rand.eps model.full.RS.rand.eps model.full.KV.rand.eps \ + model.full.LStar.wm.eps model.full.TTT.wm.eps model.full.RS.wm.eps .SECONDARY: $(DOCUMENT).fmt .PHONY: clean diff --git a/a4/models.tex b/a4/models.tex index 5897192..f6ec1b3 100644 --- a/a4/models.tex +++ b/a4/models.tex @@ -109,3 +109,52 @@ \vspace{5mm} \caption{partial alphabet, KearnsVazirani, WMethod} \end{figure} + +\begin{figure}[H] + \centering + \includegraphics[width=\textwidth]{model.full.LStar.rand.eps} + \vspace{5mm} + \caption{full alphabet, LStar, Random} +\end{figure} + +\begin{figure}[H] + \centering + \includegraphics[width=\textwidth]{model.full.TTT.rand.eps} + \vspace{5mm} + \caption{full alphabet, TTT, Random} +\end{figure} + +\begin{figure}[H] + \centering + \includegraphics[width=\textwidth]{model.full.RS.rand.eps} + \vspace{5mm} + \caption{full alphabet, RivestSchapire, Random} +\end{figure} + +\begin{figure}[H] + \centering + \includegraphics[width=\textwidth]{model.full.KV.rand.eps} + \vspace{5mm} + \caption{full alphabet, KearnsVazirani, Random} +\end{figure} + +\begin{figure}[H] + \centering + \includegraphics[width=\textwidth]{model.full.LStar.wm.eps} + \vspace{5mm} + \caption{full alphabet, LStar, WMethod} +\end{figure} + +\begin{figure}[H] + \centering + \includegraphics[width=\textwidth]{model.full.TTT.wm.eps} + \vspace{5mm} + \caption{full alphabet, TTT, WMethod} +\end{figure} + +\begin{figure}[H] + \centering + \includegraphics[width=\textwidth]{model.full.RS.wm.eps} + \vspace{5mm} + \caption{full alphabet, RivestSchapire, WMethod} +\end{figure} -- 2.20.1