aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/implementation.tex
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-06-25 19:56:48 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-06-25 19:56:48 +0200
commit77764bee49c93a5d08d134cf7919b7f84a997e20 (patch)
tree361c57d16e578b8ce1cc1bdd7c5c694c08744432 /doc/tex/implementation.tex
parentf57799a2b45cf7ad76ca9cff32cb4d1d86c2f2c4 (diff)
downloadimago-77764bee49c93a5d08d134cf7919b7f84a997e20.tar.gz
imago-77764bee49c93a5d08d134cf7919b7f84a997e20.zip
Back to the documentation after creating neural networks.
Diffstat (limited to 'doc/tex/implementation.tex')
-rw-r--r--doc/tex/implementation.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tex/implementation.tex b/doc/tex/implementation.tex
index 28fd0ec..297ba0e 100644
--- a/doc/tex/implementation.tex
+++ b/doc/tex/implementation.tex
@@ -3,10 +3,10 @@
\subsection{Engine}
An implementation of GTP, that is, the piece of software which offers the GTP
-interface to other applications.\@ It is designed to be used by a software controller
-but can also be directly run, mostly for debugging purposes. Its design is shown
-in \fref{fig:engine}. The core of the engine is related with three components,
-each with a separate responsibility:
+interface to other applications.\@ It is designed to be used by a software
+controller but can also be directly run, mostly for debugging purposes. Its
+design is shown in \fref{fig:engine}. The core of the engine is related with
+three components, each with a separate responsibility:
\begin{itemize}
\item The IO component is the one called from other applications and offers