diff --git a/text/problem/theotherthing/solution.tex b/text/problem/theotherthing/solution.tex index 54502bd..70d2fde 100644 --- a/text/problem/theotherthing/solution.tex +++ b/text/problem/theotherthing/solution.tex @@ -26,7 +26,7 @@ It finds the option that is the most \emph{similar} to the original (Lines~{\ref The goal of this process is to select the option that contains the combination of dummy {\thething} sets that achieve the best score. \begin{algorithm} - \caption{Optimal dummy {\thething} set options generation} + \caption{\texttt{Optimal} dummy {\thething} set options generation} \label{algo:lmdk-sel-opt} \DontPrintSemicolon @@ -71,7 +71,7 @@ In this case, the elements of $L'$ at each step differ by one from the one that Similar to the \texttt{Optimal}, it selects a new set based on a predefined similarity metric until it selects a set that is equal to the size of the series of events, i.e.,~$L' = T$. \begin{algorithm} - \caption{Heuristic dummy {\thething} set options selection} + \caption{\texttt{Heuristic} dummy {\thething} set options generation} \label{algo:lmdk-sel-heur} \DontPrintSemicolon