diff options
author | Camil Staps | 2017-10-25 10:58:03 +0200 |
---|---|---|
committer | Camil Staps | 2017-10-25 10:58:03 +0200 |
commit | 954c19f024c932fbeee5baa21807a3b6f2c954ff (patch) | |
tree | 3e3d6bea7b148e4e2c60c8ef2c74d05cb684da45 | |
parent | Reorganise full runs (diff) |
Finish assignment 2, part 1
-rw-r--r-- | assignments/assignment2/assignment2.tex | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/assignments/assignment2/assignment2.tex b/assignments/assignment2/assignment2.tex index 655179b..9f843a7 100644 --- a/assignments/assignment2/assignment2.tex +++ b/assignments/assignment2/assignment2.tex @@ -73,8 +73,15 @@ and we may be able to add $\pi$ a second time. \item + We use Rivest-Schapire. \item + The found models are the same modulo state names. + This is because, as argued in the answer to question 3, the SUT has eleven states + and all testing methods come up with a model of eleven states. + + With a random walk we needed only 56s. + WMethod took 15154s and WPMethod took 5956s. \item The method with user queries worked very efficiently in combination with L*. @@ -83,7 +90,7 @@ However, we realise that for more complex systems it may be difficult for the user to provide counter-examples. As for the testing method, - on our small example a random walk appears to be the fasted. + on our small example a random walk appears to be by far the fastest. However, as noted in the source code (\texttt{BasicLearner.java}), it may perform worse than the others on large models. @@ -96,12 +103,12 @@ \includegraphics[width=.5\textwidth]{LStar_hypothesis3} \includegraphics[width=.5\textwidth]{LStar_hypothesis4} \includegraphics[width=.5\textwidth]{LStar_hypothesis5} - \caption{Learning the chocolate bar machine with L* (top to bottom, left to right).\label{fig:lstar-run}} + \caption{Learning the chocolate bar machine with L* (top to bottom, left to right). Continued on the next page.\label{fig:lstar-run}} \end{figure} \begin{figure}[p] \ContinuedFloat - \includegraphics[width=.5\textwidth]{LStar_hypothesis6} - \caption[]{Learning the chocolate bar machine with L* (top to bottom, left to right).\label{fig:lstar-run}} + \includegraphics[width=\textwidth]{LStar_hypothesis6} + \caption[]{Continued from the previous page: learning the chocolate bar machine with L*; final learned model.\label{fig:lstar-run}} \end{figure} \thispagestyle{empty} |