-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaster.tex
More file actions
35 lines (27 loc) · 908 Bytes
/
Copy pathmaster.tex
File metadata and controls
35 lines (27 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
% master.tex -- assembled document (regenerated by Run 3; do not hand-edit).
\documentclass[11pt]{report}
\usepackage{coursestyle}
\graphicspath{{lectures/course-overview/}{lectures/test-time-compute/}}
\title{CS329A: Self-Improving AI Agents \\[0.35em] \large Course Notes}
\author{}
\date{}
\begin{document}
\pagenumbering{roman}
\hypersetup{pageanchor=false}
\maketitle
\hypersetup{pageanchor=true}
\tableofcontents
\chapter*{Introduction}
\addcontentsline{toc}{chapter}{Introduction}
\input{build/frontmatter}
\clearpage
\pagenumbering{arabic}
\chapter{Course Overview}\label{chap:course-overview}
\input{lectures/course-overview/connective}
\input{lectures/course-overview/body}
\chapter{Test-Time Compute Scaling}\label{chap:test-time-compute}
\input{lectures/test-time-compute/connective}
\input{lectures/test-time-compute/body}
\bibliographystyle{plainnat}
\bibliography{refs}
\end{document}