summaryrefslogtreecommitdiff
path: root/paper2/thesis.tex
diff options
context:
space:
mode:
authorNiclas Dobbertin <niclas.dobbertin@mailbox.org>2024-10-13 20:22:44 +0200
committerNiclas Dobbertin <niclas.dobbertin@mailbox.org>2024-10-13 20:22:44 +0200
commit93e1a1dd86d5103fcf042bfc5cbc88b5e86f3693 (patch)
tree46908785f4e00017ec7c07005f19909562be51e4 /paper2/thesis.tex
parentc0364b52d17aa26bd20be7bd9ec73f04b90849d1 (diff)
update
Diffstat (limited to 'paper2/thesis.tex')
-rw-r--r--paper2/thesis.tex23
1 files changed, 12 insertions, 11 deletions
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