Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mhjensen committed Dec 28, 2023
1 parent 8b86d64 commit 784e92f
Show file tree
Hide file tree
Showing 7 changed files with 1,475 additions and 1,240 deletions.
Binary file modified doc/BookChapters/BookProject/book.pdf
Binary file not shown.
19 changes: 15 additions & 4 deletions doc/BookChapters/BookProject/book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -443,10 +443,21 @@
\input{chapter4}
\clearemptydoublepage
\input{mbpt}
\part{Monte Carlo Methods}
\input{variationalmc}
\part{Machine Learning}
\part{Quantum Computing}
\part{Monte Carlo Methods}
\input{variationalmc}
\clearemptydoublepage
\input{gradientmethods}
\clearemptydoublepage
\input{resamplingmethods}
\clearemptydoublepage
\input{vectorization}
\clearemptydoublepage
\input{parallelization}
\part{Machine Learning}
\input{neuralnetworks}
%\input{boltzmannmachines}
\part{Quantum Computing}
\bibliographystyle{unsrt}
Expand Down
107 changes: 1 addition & 106 deletions doc/BookChapters/BookProject/gradientmethods.tex
Original file line number Diff line number Diff line change
@@ -1,103 +1,4 @@
%%
%% Automatically generated file from DocOnce source
%% (https://github.com/doconce/doconce/)
%% doconce format latex gradientmethods.do.txt --minted_latex_style=trac --latex_admon=paragraph --no_mako
%%


%-------------------- begin preamble ----------------------

\documentclass[%
oneside, % oneside: electronic viewing, twoside: printing
final, % draft: marks overfull hboxes, figures with paths
10pt]{article}

\listfiles % print all files needed to compile this document

\usepackage{relsize,makeidx,color,setspace,amsmath,amsfonts,amssymb}
\usepackage[table]{xcolor}
\usepackage{bm,ltablex,microtype}

\usepackage[pdftex]{graphicx}

\usepackage{fancyvrb} % packages needed for verbatim environments
\usepackage{minted}
\usemintedstyle{default}

\usepackage[T1]{fontenc}
%\usepackage[latin1]{inputenc}
\usepackage{ucs}
\usepackage[utf8x]{inputenc}

\usepackage{lmodern} % Latin Modern fonts derived from Computer Modern

% Hyperlinks in PDF:
\definecolor{linkcolor}{rgb}{0,0,0.4}
\usepackage{hyperref}
\hypersetup{
breaklinks=true,
colorlinks=true,
linkcolor=linkcolor,
urlcolor=linkcolor,
citecolor=black,
filecolor=black,
%filecolor=blue,
pdfmenubar=true,
pdftoolbar=true,
bookmarksdepth=3 % Uncomment (and tweak) for PDF bookmarks with more levels than the TOC
}
%\hyperbaseurl{} % hyperlinks are relative to this root

\setcounter{tocdepth}{2} % levels in table of contents

\usepackage[framemethod=TikZ]{mdframed}

% --- begin definitions of admonition environments ---

% --- end of definitions of admonition environments ---

% prevent orhpans and widows
\clubpenalty = 10000
\widowpenalty = 10000

\newenvironment{doconceexercise}{}{}
\newcounter{doconceexercisecounter}


% ------ header in subexercises ------
%\newcommand{\subex}[1]{\paragraph{#1}}
%\newcommand{\subex}[1]{\par\vspace{1.7mm}\noindent{\bf #1}\ \ }
\makeatletter
% 1.5ex is the spacing above the header, 0.5em the spacing after subex title
\newcommand\subex{\@startsection*{paragraph}{4}{\z@}%
{1.5ex\@plus1ex \@minus.2ex}%
{-0.5em}%
{\normalfont\normalsize\bfseries}}
\makeatother


% --- end of standard preamble for documents ---


% insert custom LaTeX commands...

\raggedbottom
\makeindex
\usepackage[totoc]{idxlayout} % for index in the toc
\usepackage[nottoc]{tocbibind} % for references/bibliography in the toc

%-------------------- end preamble ----------------------

\begin{document}

% matching end for #ifdef PREAMBLE

\newcommand{\exercisesection}[1]{\subsection*{#1}}


% ------------------- main content ----------------------

\section*{Gradient Methods}
\section{Gradient Methods}

\subsection*{Top-down start}

Expand Down Expand Up @@ -2120,9 +2021,3 @@ \subsection*{Functions to observe}
% --- end paragraph admon ---




% ------------------- end of main content ---------------

\end{document}

Loading

0 comments on commit 784e92f

Please sign in to comment.