From 5a10940c33a3eabd13438adb2ba9724e63379925 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Fri, 1 Jul 2022 16:04:44 +0200 Subject: Updated abstract, acknowledgements and introduction. --- doc/tex/imago.tex | 15 +++++++++++---- doc/tex/introduction.tex | 6 ++++++ doc/tex/systemAnalysis.tex | 4 ---- 3 files changed, 17 insertions(+), 8 deletions(-) (limited to 'doc/tex') diff --git a/doc/tex/imago.tex b/doc/tex/imago.tex index 8242467..cc77673 100644 --- a/doc/tex/imago.tex +++ b/doc/tex/imago.tex @@ -66,20 +66,27 @@ \clearpage \begin{abstract} - This is the abstract. + The game of Go presents a complex problem for machine learning by virtue of + containing a very wide and deep decision tree. This project has tried to + tackle the problem by using different decision algorithms and also provides + a full implementation of the game. These tools could be used by players and + developers as a foundation for other machine learning projects or to simply + keep studying the game. \end{abstract} \clearpage \section*{Acknowledgements} -TODO: Acknowledgements - -To Vicente García Díaz, for directing me in this project. +To Vicente García Díaz, for helping me learning to program on my first year at +the school and directing me in this project on my last. To José Manuel Redondo López\cite{plantillaRedondo}, for making an extensive template on which the structure of this documentation is extensively based. +To all the people who have provided their time, support, ideas and company, all +fundamental for this project. + \clearpage \section*{Copyright notice} diff --git a/doc/tex/introduction.tex b/doc/tex/introduction.tex index 2c710ea..fe5c205 100644 --- a/doc/tex/introduction.tex +++ b/doc/tex/introduction.tex @@ -14,3 +14,9 @@ argument, or even of fortune-telling and prophecy. Go has always been one of the most played games in the world.\cite{sl_go} \end{displayquote} + +As old and deep as Go is it has recently lived a revolution by the appearance of +artificial intelligences with superhuman strength. While not expecting to +achieve what a full team of developers and computer scientists at Google did, +this project aims to evaluate how an engine able to play the game of Go could be +created, implement such an engine and evaluate the results of the whole process. diff --git a/doc/tex/systemAnalysis.tex b/doc/tex/systemAnalysis.tex index a3d66de..c3c6aa8 100644 --- a/doc/tex/systemAnalysis.tex +++ b/doc/tex/systemAnalysis.tex @@ -890,7 +890,3 @@ which can by itself run the unittest tests and generate coverage reports based on the results. % Maybe put an example report here? - -\subsubsection{Integration Testing} - -\subsubsection{System Testing} -- cgit v1.2.1