From 2ba1d355bbf410c5b82472d3a8eb5297dca32740 Mon Sep 17 00:00:00 2001 From: "hannes.kuchelmeister" Date: Fri, 17 Apr 2020 11:03:45 +0200 Subject: [PATCH] remove comment in introduction add add some requirements --- 30_Thesis/sections/00_introduction.tex | 21 +-------------------- 30_Thesis/sections/40_concept.tex | 4 ++++ 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/30_Thesis/sections/00_introduction.tex b/30_Thesis/sections/00_introduction.tex index f54425c..cdadb74 100644 --- a/30_Thesis/sections/00_introduction.tex +++ b/30_Thesis/sections/00_introduction.tex @@ -35,23 +35,4 @@ This thesis aims to show the viability of using group recommenders in a configur \section{Structure of this Thesis} \label{sec:Introduction:Structure} -\todo[inline]{write structure} - -%\section{Benefits} -%\label{sec:Introduction:Benefits} - -%The benefits of this approach are, that the need for a group to communicate directly is reduced. Each user gives their own preferences and the group will get a recommendation based on that. This allows to reduce problems arising in groups decisions like lack of communication and bias in groups. Additionally this shows the viability of combining group recommendations and configuration approaches. - -%\section{Action} -%\label{sec:Introduction:Action} - -%\todo[inline]{move to evaluation} - -%As resulting action in this thesis a prototype will be designed, implemented and evaluated that achieves the following objectives. -%\begin{itemize} -% \item A system should give recommendation for the group using a scoring function that takes into account preferences of group members and the current state of the situation. -% \item Recommendations should allow different scoring functions. -% \item Recommendations should always be valid options. -% \item The system should consider all preferences of individuals in a group and find a solution that most people of the group are happy with. -%\end{itemize} -%The results are communicated through this thesis. Thereby adhering to the research method of design science research \cite{peffersDesignScienceResearch2007}. \ No newline at end of file +\todo[inline]{write structure} \ No newline at end of file diff --git a/30_Thesis/sections/40_concept.tex b/30_Thesis/sections/40_concept.tex index 21da90a..a45bf7a 100644 --- a/30_Thesis/sections/40_concept.tex +++ b/30_Thesis/sections/40_concept.tex @@ -65,6 +65,10 @@ For a group recommender system additional definitions are needed. The attitude o \item Give recommendations to a group based on their preferences and the current configuration state \item Usage by multiple users at the same time \item The system should be able to work with other configuration systems too + \item A system should give recommendation for the group using a scoring function that takes into account preferences of group members and the current state of the situation. + \item Recommendations should allow different scoring functions. + \item Recommendations should always be valid options. + \item The system should consider all preferences of individuals in a group and find a solution that most people of the group are happy with. \end{itemize}