aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/introduction.tex
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-07-01 16:10:15 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-07-01 16:10:15 +0200
commitb08408d23186205e71dfc68634021e3236bfb45c (patch)
tree55e5679b6964902dadab1d5737546cfd4f0f2f0a /doc/tex/introduction.tex
parentddde2a9a43daf870c26bef33f47abe45b414c3d0 (diff)
downloadimago-b08408d23186205e71dfc68634021e3236bfb45c.tar.gz
imago-b08408d23186205e71dfc68634021e3236bfb45c.zip
First version.
Diffstat (limited to 'doc/tex/introduction.tex')
-rw-r--r--doc/tex/introduction.tex8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/tex/introduction.tex b/doc/tex/introduction.tex
index 6defbd9..fe5c205 100644
--- a/doc/tex/introduction.tex
+++ b/doc/tex/introduction.tex
@@ -12,5 +12,11 @@
game at heart, Go has nonetheless been interpreted as a stylized representation
of fighting a war, settling a frontier, cornering a market, thrashing out an
argument, or even of fortune-telling and prophecy. Go has always been one of the
- most played games in the world. \parencite{sl_go}
+ 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.