Skip to content
Snippets Groups Projects
Commit b06a3cae authored by Alex's avatar Alex
Browse files

abstract and intro plan

parent 73ae123d
Branches
No related tags found
No related merge requests found
......@@ -186,6 +186,8 @@ Jean-Christophe \textsc{Routier} \\
\end{titlepage}
\begin{abstract}
This paper presents a short overview of DCOPs and details MGM and MGM-2 algorithms.
Both algorithms are presented with corresponding detailed automata and two afferent examples of execution.
\end{abstract}
%\maketitle
......@@ -202,6 +204,10 @@ Several open-source implementations of MGM exist in Python with the \href{https:
Though not necessarily always the best performers, MGM and its variants are deemed robust and efficient algorithms on average, making them suitable benchmark options \cite{fioretto18jair}.
We hereby present the MGM and MGM-2 algorithms and detail two toy-examples to facilitate their analysis.
We begin by giving a short overview of what DCOPs are and a general picture of the state of the art algorithms used to solve them.
We then move on to a brief review of the existing algorithms to address DCOPs and detail two of these, namely MGM and MGM-2.
We proceed to the description of the MGM-2 automaton and finally move on to two examples of execution of said algorithms.
\include{pb}
\newpage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment