From ded6c817b59c37461c29fa5e6934ef0533a8475e Mon Sep 17 00:00:00 2001 From: charlie Date: Tue, 26 Jan 2016 20:48:11 +0100 Subject: [PATCH] only one learning config combi missing! more text added to paper. --- a4/question3.tex | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/a4/question3.tex b/a4/question3.tex index 62ac29a..212b38d 100644 --- a/a4/question3.tex +++ b/a4/question3.tex @@ -1,3 +1,8 @@ +The table below contains some statistics about all the different parameter configurations we ran learnlib with. +All except \emph{RivestSchapire} using the Random test method result in the correct model being learned. +When \emph{WMethod} is selected as the testing method \emph{RivestSchapire} is also able to learn the correct model. +\emph{WMethod} does however increase the time needed to learn the model significantly, when a different learner is used there is no reason not to use the Random testing method. + \begin{longtable}{| l | l | l | c | c | c |} \caption{Learning parameters and resulting model size.} \\\hline Alphabet & Method & Test method & States & Time \\\hline \hline @@ -25,6 +30,7 @@ full & KearnsVazirani & Random & 5 & 19 sec \\\hline full & LStar & WMethod & 5 & 2666 sec \\\hline full & TTT & WMethod & 5 & 2632 sec \\\hline - full & RivestSchapire & WMethod & - & - \\\hline + full & RivestSchapire & WMethod & 5 & 2638 sec \\\hline full & KearnsVazirani & WMethod & - & - \\\hline -\end{longtable} \ No newline at end of file +\end{longtable} + -- 2.20.1