aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/introduction.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tex/introduction.tex')
-rw-r--r--doc/tex/introduction.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tex/introduction.tex b/doc/tex/introduction.tex
index 22dd98a..c50d700 100644
--- a/doc/tex/introduction.tex
+++ b/doc/tex/introduction.tex
@@ -18,7 +18,7 @@
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
+this project aims to analyze 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.
\subsection{Driving Needs}
@@ -43,7 +43,7 @@ Presented here are the ideal targets of the project.
game's rules.
\item An engine capable of analyzing board positions and generating strong
moves via various decision algorithms.
- \item An interface compatible with existing GUIs.
+ \item An interface compatible with existing \acrshort{gui}s.
\item A way for processing existing records of games, which are usually
recorded in the \acrfull{sgf}.
\end{itemize}