From be30349d1052a0c086b85951f40b4d0b94f32f00 Mon Sep 17 00:00:00 2001 From: Alex <alexandravigneron1@gmail.com> Date: Mon, 6 Jul 2020 14:36:29 +0200 Subject: [PATCH] galadriel example update --- doc/report/galadriel.tex | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/report/galadriel.tex b/doc/report/galadriel.tex index c749999..7d31464 100755 --- a/doc/report/galadriel.tex +++ b/doc/report/galadriel.tex @@ -4,7 +4,7 @@ Let us consider a company of three, sirs Gandalf, Frodo and Aragorn, visiting the halls of lady Galadriel in Lothlorien. The three of them are discussing which outfit they should wear and trying to find the best overall look their reduced fellowship can have. Worn out from the journey, their hosts show them to individual baths. Before leaving them to bathe and relax, their hosts leave them with two clean outfits sets of robes, made of either black velvet or white silk. After relaxing in the hot baths for a while, it will be up to them to decided which outfit they should wear. -This graph-colouring problem can be formalised as follows (see Fiure~\ref{fig:galadriel-utility}): +This graph-colouring problem can be formalised as follows (see Figure~\ref{fig:galadriel-utility}): \begin{itemize} \item Set of agents, the three companions: $= (G, F, A)$ \item Set of variables, the colour of their each robe: $= (R_1, R_2, R_3)$. @@ -13,8 +13,8 @@ This graph-colouring problem can be formalised as follows (see Fiure~\ref{fig:ga \item $\alpha$ : simply the function (here the elf who gave each robe to each man!) mapping $R_1$ to Gandalf, $R_2$ to Frodo and $R_3$ to Aragorn. \end{itemize} -Here, the goal is to maximise the global \textbf{utility} function $F_g$ -aka charisma- so they look as dashing as they can. -We know by computing manually the sums that there are three best option which each yield 17: +Here, the goal is to maximise the global \textbf{utility} function $F_g$ -considered to be their charisma for intance- so they look as dashing as they can. +We know by computing manually the sums that there are three best option which each yield a total of 17: \begin{itemize} \item G=W, F=W, A=W (see Figure~\ref{fig:galadriel-best1}) \item G=W, F=B, A=B (see Figure~\ref{fig:galadriel-best2}) @@ -22,7 +22,6 @@ We know by computing manually the sums that there are three best option which ea \end{itemize} -%[text=white, fill=black, draw,circle] \begin{figure} \centering -- GitLab