change strategies to scoring function

This commit is contained in:
hannes.kuchelmeister
2020-01-29 16:54:19 +01:00
parent ed509d04e1
commit 439f423319

View File

@@ -40,7 +40,7 @@ Examples of that are:
\begin{itemize} \begin{itemize}
\item A system should give recommendation for the group using a scoring function that takes into account preferences of group members, the current state of group members. \item A system should give recommendation for the group using a scoring function that takes into account preferences of group members, the current state of group members.
\item Recommendations should allow different strategies \item Recommendations should allow different scoring functions
\item Recommendations should always be valid options (i.e. configurations) \item Recommendations should always be valid options (i.e. configurations)
\end{itemize} \end{itemize}