Change report.tex
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andre Henriques 2023-12-04 11:31:37 +00:00
parent 7a6aabbf98
commit d05d3eac98

View File

@ -122,8 +122,7 @@
\end{itemize}
% TODO add diagram!
% \includegraphics[width=\textwidth]{expandable_models}
\includegraphics[height=\textheight]{expandable_models}
\includegraphics[height=\textheight]{expandable_models_simple}
\subsection{Generation models}
The system requires the generation of models. Generating all models based on one single model would decrease the complexity of the system, but it would not guarantee success.
@ -143,6 +142,7 @@
Since the AutoML approach would be more computational intensive, it would be less desirable to run. Therefore, the approach would be for the database search to happen first, where known possibly good models would be first tested. If a good model is found, then the search stops and if no model is found, the system would resort to AutoML to find a suitable model.
% TODO add diagram
\includegraphics[height=\textheight]{expandable_models_generator}