From d05d3eac98f85203ca9370936fdcbeadbb798dc7 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Mon, 4 Dec 2023 11:31:37 +0000 Subject: [PATCH] Change report.tex --- report/report.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/report/report.tex b/report/report.tex index 6c21a56..6ae674f 100644 --- a/report/report.tex +++ b/report/report.tex @@ -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}