aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/systemDesign.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tex/systemDesign.tex')
-rw-r--r--doc/tex/systemDesign.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tex/systemDesign.tex b/doc/tex/systemDesign.tex
index 80a2ccb..7975276 100644
--- a/doc/tex/systemDesign.tex
+++ b/doc/tex/systemDesign.tex
@@ -99,7 +99,7 @@ The engine can be started with the executable \texttt{imagocli.py}.
Monte Carlo Tree Search is an algorithm that can be useful for exploring
decision trees. It was used by AlphaGo in conjunction with neural networks as
-explained in the AlphaGo 2016 paper\cite{natureAlphaGo2016}.
+explained in the AlphaGo 2016 paper \cite{natureAlphaGo2016}.
The algorithm assigns a score to each explored node based on how likely the
player who makes the corresponding move is to win and updates this score on each