aboutsummaryrefslogtreecommitdiffstats
path: root/paper/main.tex
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2015-04-14 15:20:19 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2015-04-14 15:20:19 -0400
commitd8a68c6917f5b6053117e0145f6d4d80a8bec26b (patch)
tree2abe1acc26ced6358dc2d112fea88147deac6283 /paper/main.tex
parentf5a0b1da9a7ff3346ac3af4ad9c1dd0fd9e71f46 (diff)
downloadlearn-optimize-d8a68c6917f5b6053117e0145f6d4d80a8bec26b.tar.gz
Starting paper draft
Diffstat (limited to 'paper/main.tex')
-rw-r--r--paper/main.tex42
1 files changed, 42 insertions, 0 deletions
diff --git a/paper/main.tex b/paper/main.tex
new file mode 100644
index 0000000..58b6b22
--- /dev/null
+++ b/paper/main.tex
@@ -0,0 +1,42 @@
+\documentclass[10pt]{article}
+\usepackage{fullpage, amsmath, amssymb, amsthm, bbm}
+\usepackage[utf8x]{inputenc}
+
+\DeclareMathOperator{\E}{\mathbb{E}}
+\let\P\relax
+\DeclareMathOperator{\P}{\mathbb{P}}
+\newcommand{\ex}[1]{\E\left[#1\right]}
+\newcommand{\prob}[1]{\P\left[#1\right]}
+\newcommand{\reals}{\mathbb{R}}
+\newcommand{\ints}{\mathbb{N}}
+\renewcommand{\O}{\mathcal{O}}
+
+
+\newtheorem{proposition}{Proposition}
+\newtheorem{corollary}{Corollary}
+\newtheorem{problem}{Problem}
+\newtheorem{theorem}{Theorem}
+\newtheorem{claim}{Claim}
+\newtheorem{remark}{Remark}
+
+\title{Optimizing Submodular Functions in the Face of Uncertainty}
+\author{}
+\date{}
+
+\begin{document}
+\maketitle
+
+\section{Introduction}
+\input{sections/introduction.tex}
+
+\section{Learning vs. Optimizing}
+\input{sections/negative.tex}
+
+\section{Positive results}
+\input{sections/positive.tex}
+
+\bibliographystyle{apalike}
+\bibliography{optimize}
+
+
+\end{document}