Skip to content

Commit

Permalink
Merge pull request #47 from AAU-Dat/experiment
Browse files Browse the repository at this point in the history
Experiment
  • Loading branch information
sebastianbot6969 authored Dec 5, 2024
2 parents 52992a4 + 700ef26 commit 7b3d355
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion report/src/sections/class-diagram.tex
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ \subsubsection{\texttt{Algorithm} to \texttt{CUDD}: Dependency Relationship}

\begin{figure}
\centering
\includegraphics[width=0.5\textwidth]{figures/class-diagram.png}
\includegraphics[width=\columnwidth]{figures/class-diagram.png}
\caption{Class diagram of the system}
\label{fig:class-diagram}
\end{figure}
5 changes: 3 additions & 2 deletions report/src/sections/experiment.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ \section{Experiment}\label{sec:experiment}
\item \textbf{Polling}: A model representing a server polling multiple queues, often used in network communication scenarios.
\item \textbf{Cluster}: Simulates clusters of entities competing for shared resources.
\item \textbf{Tandem}: A series of interconnected queues where entities move sequentially from one queue to the next.
\item \textbf{Philosophers(I) and Philosophers2(II)}: Models representing the classic synchronization problem where entities (philosophers) compete for limited resources (e.g., forks), with Philosophers2 containing one additional parameter.
\item \textbf{Philosophers(I) and Philosophers(II)}: Models representing the classic synchronization problem where entities (philosophers) compete for limited resources (e.g., forks), with Philosophers2 containing one additional parameter.
\end{itemize}

In every model, we have a number of parameters we want to estimate.
Expand All @@ -22,9 +22,10 @@ \section{Experiment}\label{sec:experiment}
\begin{table}[H]
\centering
\caption{Number of parameters to estimate in each model}
\begin{tabular}{ll}
\begin{tabular}{lc}
\toprule
Model & Num of parameters \\
\midrule
Polling & 2 \\
Cluster & 3 \\
Tandem & 3 \\
Expand Down

0 comments on commit 7b3d355

Please sign in to comment.