diff options
-rw-r--r-- | paper2/thesis.pdf | bin | 242787 -> 242789 bytes | |||
-rw-r--r-- | paper2/thesis.tex | 23 |
2 files changed, 12 insertions, 11 deletions
diff --git a/paper2/thesis.pdf b/paper2/thesis.pdf Binary files differindex a3c5dae..49ec47a 100644 --- a/paper2/thesis.pdf +++ b/paper2/thesis.pdf diff --git a/paper2/thesis.tex b/paper2/thesis.tex index 8e0a1ed..ab59dd3 100644 --- a/paper2/thesis.tex +++ b/paper2/thesis.tex @@ -87,11 +87,11 @@ Each production starts with a baseline utility value, which gets updated by the \begin{tabular}{lr} \toprule \textbf{IF} \\ - variable1 = x \\ - variable2 = y \\ + variable1 = true \\ + variable2 = 10 \\ \midrule \textbf{THEN} \\ - variable3 = z \\ + variable2 = 9 \\ press button \\ \bottomrule \end{tabular} @@ -99,7 +99,7 @@ Each production starts with a baseline utility value, which gets updated by the \bigskip \small\textit{Note}. A production consists of two parts: 1. The conditions (\textbf{IF}), which must be fulfilled for the production to be available for selection. - 2. The actions (\textbf{THEN}), which are done when the production is selected. + 2. The actions (\textbf{THEN}), which are performed when the production is selected. \end{table} @@ -222,7 +222,9 @@ Procedures \\ \end{tabular} \bigskip -\small\textit{Note}. The seven translated procedures used in this experiment. The bottom procedure is always included as it calculates the total water quality. +\small\textit{Note}. The seven translated procedures used in this experiment. +Six of them are used in the training phase, in the testing phase one procedure is swapped with the unused one. +The bottom procedure is always included as it calculates the total water quality. \end{table} \section*{Model} @@ -370,12 +372,6 @@ Details about these difficulties will be reviewed in the Discussion. \section*{Discussion} -\subsection*{Confirmation/Contradiction to Experiment} - -\subsection*{Model Improvements} - -\todo[inline]{More in-depth modeling of all operations} -\todo[inline]{track working memory usage} \subsection*{Working with ACT-R/pyactr} @@ -385,6 +381,11 @@ Details about these difficulties will be reviewed in the Discussion. \todo[inline]{this model uses many different operations and modules of ACT-R and has to model each from scratch and handle task switching} \todo[inline]{vis: relative positions are not implemented, the visual search loops had to be unrolled to the required number of iterations and is not general} +\subsection*{Model Improvements} + +\todo[inline]{More in-depth modeling of all operations} +\todo[inline]{track working memory usage} + \newpage \printbibliography |