15 lines
472 B
TeX
15 lines
472 B
TeX
%! TeX program = lualatex
|
|
%! TeX root = ../../thesis.tex
|
|
\documentclass[../../thesis.tex]{subfiles}
|
|
|
|
\begin{document}
|
|
|
|
\section{Reproducibility}\label{sec:reproducibility}
|
|
|
|
\begin{itemize}
|
|
\item What is needed to reproduce an experiment (experiment binary, experiment runner config, fail binary for the campaign/experiment definition, filter definitions, query definitions)
|
|
\item What of this is stored per experiment and what only once?
|
|
\end{itemize}
|
|
|
|
\end{document}
|