aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/biber.bib
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tex/biber.bib')
-rw-r--r--doc/tex/biber.bib60
1 files changed, 52 insertions, 8 deletions
diff --git a/doc/tex/biber.bib b/doc/tex/biber.bib
index ddebe23..ef09d98 100644
--- a/doc/tex/biber.bib
+++ b/doc/tex/biber.bib
@@ -1,11 +1,3 @@
-@online{sl_go,
- title = {Go},
- organization = {Sensei's Library},
- date = {2019},
- urldate = {2021},
- url = {https://senseis.xmp.net/?go}
-}
-
@article{natureAlphaGo2016,
author = {David Silver and Aja Huang and Chris J. Maddison and Arthur Guez and Laurent Sifre and George van den Driessche and Julian Schrittwieser and Ioannis Antonoglou and Veda Panneershelvam and Marc Lanctot and Sander Dieleman and Dominik Grewe and John Nham and Nal Kalchbrenner and Ilya Sutskever and Timothy Lillicrap and Madeleine Leach and Koray Kavukcuoglu and Thore Graepel and Demis Hassabis},
title = {Mastering the game of Go with deep neural networks and tree search},
@@ -14,9 +6,61 @@
url = {https://www.nature.com/articles/nature16961}
}
+@online{gtp,
+ author = {Gunnar Farnebäck},
+ title = {GTP --- Go Text Protocol},
+ date = {2002},
+ urldate = {2021},
+ url = {https://www.lysator.liu.se/~gunnar/gtp}
+}
+
+@online{katago,
+ author = {David J Wu ("lightvector")},
+ title = {KataGo},
+ date = {2021},
+ urldate = {2021},
+ url = {https://github.com/lightvector/KataGo}
+}
+
+@online{gnugo,
+ title = {GNU Go},
+ organization = {Free Software Foundation},
+ date = {2019},
+ urldate = {2021},
+ url = {https://www.gnu.org/software/gnugo}
+}
+
+@online{sabaki,
+ author = {Yichuan Shen},
+ title = {Sabaki --- An elegant Go board and SGF editor for a more civilized age.},
+ date = {2019},
+ urldate = {2021},
+ url = {https://sabaki.yichuanshen.de}
+}
+
+@online{sl_go,
+ title = {Go},
+ organization = {Sensei's Library},
+ date = {2019},
+ urldate = {2021},
+ url = {https://senseis.xmp.net/?go}
+}
+
@online{plantillaRedondo,
author = {J. M. Redondo},
title = {Documentos-modelo para Trabajos de Fin de Grado/Master de la Escuela de Informática de Oviedo},
date = {2019-06-17},
url = {https://www.researchgate.net/publication/327882831_Plantilla_de_Proyectos_de_Fin_de_Carrera_de_la_Escuela_de_Informatica_de_Oviedo}
}
+
+@online{python_unittest,
+ title = {unittest --- Unit testing framework},
+ urldate = {2021},
+ url = {https://docs.python.org/3/library/unittest.html}
+}
+
+@online{python_coverage,
+ title = {Coverage.py},
+ urldate = {2021},
+ url = {https://coverage.readthedocs.io}
+}