diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2022-06-25 19:56:48 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2022-06-25 19:56:48 +0200 |
commit | 77764bee49c93a5d08d134cf7919b7f84a997e20 (patch) | |
tree | 361c57d16e578b8ce1cc1bdd7c5c694c08744432 /doc/tex/implementation.tex | |
parent | f57799a2b45cf7ad76ca9cff32cb4d1d86c2f2c4 (diff) | |
download | imago-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.tex | 8 |
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 |