added suggestions for possible extensions or future research

This commit is contained in:
hannes.kuchelmeister
2020-01-30 10:47:55 +01:00
parent 14d864ee35
commit 8690b4402e

View File

@@ -164,8 +164,8 @@ Now the recommendation procedure looks as follows:
\begin{itemize}
\item How to optimise such that no need to search through all stored finished configurations is necessary? (e.g. improve runtime from $\mathcal{O}(n)$ to $\mathcal{O}(log\ n)$)
\item How to model hierarchy and knowledge about part of the products in preferences?
\item Letting users just chose functions and how much they value them instead of rating individual attributes (more lay friendly). And how does this compare to explicitly choosing preferences.
\item How to model hierarchy and knowledge about product components in preferences?
\item Letting users set preferences for product functions (e.g. for a forest a recreation function, a productive function, a protective function, etc.). How does it compare to explicitly choosing preferences?
\end{itemize}