Skip to content

Commit b2e9b64

Browse files
committed
Elo always
1 parent d658ef0 commit b2e9b64

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

docs/AlphaDeepChess/Capitulos/AnalysisOfImprovements.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ \section{Evaluation versus \textit{Stockfish}}
294294

295295
\newpage
296296

297-
\section{Engine elo rating in \textit{Lichess}}
297+
\section{Elo rating in \textit{Lichess}}
298298

299299
\noindent We deployed the engine on \textit{Lichess}, the platform that allows engines to compete against both human players and other bots (see~\cref{sec:lichess}).
300300

docs/AlphaDeepChess/Capitulos/ConclusionesTrabajoFuturo.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ \chapter{Conclusiones y trabajo futuro}
1414
\item \textit{Búsqueda con reducciones de movimientos tardíos}: no mejoró el rendimiento, ya que nuestra heurística actual de ordenación de movimientos no es lo suficientemente fuerte como para soportar una poda tan agresiva.
1515
\end{itemize}
1616

17-
\noindent El motor alcanzó una puntuación ELO de 1900 en \textit{Lichess} mientras se ejecutaba en una Raspberry Pi 5 con una tabla de transposición de 2GB, lo que demuestra su eficiencia incluso en hardware con recursos limitados.
17+
\noindent El motor alcanzó una puntuación Elo de 1900 en \textit{Lichess} mientras se ejecutaba en una Raspberry Pi 5 con una tabla de transposición de 2GB, lo que demuestra su eficiencia incluso en hardware con recursos limitados.
1818

1919
\vspace{1em}
2020

docs/AlphaDeepChess/Capitulos/ConclusionsFutureWork.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ \chapter{Conclusions and future work}
1414
\item \textit{Search with Late Move Reductions}: did not improve performance, as our current move-ordering heuristic is not strong enough to support such aggressive pruning.
1515
\end{itemize}
1616

17-
\noindent The engine achieved an ELO rating of 1900 on \textit{Lichess} while running on a Raspberry Pi 5 with a 2GB transposition table, demonstrating its efficiency even on resource-constrained hardware.
17+
\noindent The engine achieved an Elo rating of 1900 on \textit{Lichess} while running on a Raspberry Pi 5 with a 2GB transposition table, demonstrating its efficiency even on resource-constrained hardware.
1818

1919
\vspace{1em}
2020

docs/AlphaDeepChess/Capitulos/ContribucionesPersonales.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ \section*{Juan Girón Herranz}
3838

3939
\item Used Linux's \texttt{perf} tool, analyzed the CPU overhead of the different parts of the chess engine.
4040

41-
\item Compiled and deployed the engine on a Raspberry Pi 5, configuring it as a \textit{Lichess} bot. Running under limited hardware resources, the engine achieved competitive ELO ratings while demonstrating our code's efficiency and portability.
41+
\item Compiled and deployed the engine on a Raspberry Pi 5, configuring it as a \textit{Lichess} bot. Running under limited hardware resources, the engine achieved competitive Elo ratings while demonstrating our code's efficiency and portability.
4242

4343
\end{itemize}
4444

docs/AlphaDeepChess/Capitulos/Introduccion.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ \chapter{Introduction}\label{cap:introduction}
99

1010
\vspace{1em}
1111

12-
\noindent We present \textit{AlphaDeepChess}, a chess engine based on minimax with alpha-beta pruning that relies solely on classical algorithms and implements optimization techniques based on current knowledge about chess engines. Notably, the engine has achieved an ELO rating of around 1900 on \textit{Lichess}, demonstrating its competitive strength among online chess engines.
12+
\noindent We present \textit{AlphaDeepChess}, a chess engine based on minimax with alpha-beta pruning that relies solely on classical algorithms and implements optimization techniques based on current knowledge about chess engines. Notably, the engine has achieved an Elo rating of around 1900 on \textit{Lichess}, demonstrating its competitive strength among online chess engines.
1313

1414
\vspace{1em}
1515

docs/AlphaDeepChess/Cascaras/abstract.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ \section*{\tituloPortadaEngVal}
1010

1111
\vspace{1em}
1212

13-
The chess engine has been uploaded to the \textit{Lichess} platform, where \textit{AlphaDeepChess} achieved an ELO rating of 1900 while running on a Raspberry Pi 5 equipped with a 2GB transposition table.
13+
The chess engine has been uploaded to the \textit{Lichess} platform, where \textit{AlphaDeepChess} achieved an Elo rating of 1900 while running on a Raspberry Pi 5 equipped with a 2GB transposition table.
1414

1515
\section*{Keywords}
1616

docs/AlphaDeepChess/Cascaras/resumen.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ \section*{\tituloPortadaVal}
1010

1111
\vspace{1em}
1212

13-
El motor ha sido subido a la plataforma \textit{Lichess}, donde \textit{AlphaDeepChess} ha alcanzado una puntuación ELO de 1900, ejecutándose en una Raspberry Pi 5 con una tabla de transposiciones de 2GB.
13+
El motor ha sido subido a la plataforma \textit{Lichess}, donde \textit{AlphaDeepChess} ha alcanzado una puntuación Elo de 1900, ejecutándose en una Raspberry Pi 5 con una tabla de transposiciones de 2GB.
1414

1515
\section*{Palabras clave}
1616

docs/AlphaDeepChess/TFGTeXiS.pdf

-37 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)