mirror of
https://github.com/vale981/bachelor_thesis
synced 2025-03-06 01:51:38 -05:00
14 lines
529 B
TeX
14 lines
529 B
TeX
%%% Local Variables: ***
|
|
%%% mode: latex ***
|
|
%%% TeX-master: "../document.tex" ***
|
|
%%% End: ***
|
|
|
|
\chapter{Survey of elementary Monte-Carlo Methods}%
|
|
\label{chap:mc}
|
|
|
|
Monte-carlo methods for multidimensional integration and sampling of
|
|
probability distributions are central tools of modern particle
|
|
physics. Therefore some simple methods and algorithms are being
|
|
studied and implemented here and will be applied to the results
|
|
from \cref{chap:qqgg}. The \verb|python| code for the implementation
|
|
can be found in \cref{sec:mcpy}.
|