remove comment in introduction add add some requirements

This commit is contained in:
hannes.kuchelmeister
2020-04-17 11:03:45 +02:00
parent e6ac965487
commit 2ba1d355bb
2 changed files with 5 additions and 20 deletions

View File

@@ -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}