aboutsummaryrefslogtreecommitdiffstats
path: root/paper/main.tex
diff options
context:
space:
mode:
authorJean Pouget-Abadie <jean.pougetabadie@gmail.com>2015-04-14 17:45:31 -0400
committerJean Pouget-Abadie <jean.pougetabadie@gmail.com>2015-04-14 17:45:31 -0400
commit99e58e7ed247b3e8594235b452bd9a8bc6971bfb (patch)
treed2a4377e4652ecc603f8cec63fa356e70bb1fa7c /paper/main.tex
parent629bb1530f7b37db89ecfa2d9e5492d825801a2b (diff)
parentead8ef85b50848f078a360b040f59ea962821cb4 (diff)
downloadlearn-optimize-99e58e7ed247b3e8594235b452bd9a8bc6971bfb.tar.gz
merge conflicts
Diffstat (limited to 'paper/main.tex')
-rw-r--r--paper/main.tex46
1 files changed, 46 insertions, 0 deletions
diff --git a/paper/main.tex b/paper/main.tex
new file mode 100644
index 0000000..0b33bdd
--- /dev/null
+++ b/paper/main.tex
@@ -0,0 +1,46 @@
+\documentclass[10pt]{article}
+\usepackage{nips15submit_e}
+\usepackage{amsmath, amssymb, amsthm, bbm, microtype}
+\usepackage[utf8x]{inputenc}
+\usepackage[capitalize, noabbrev]{cleveref}
+\usepackage[pagebackref=false,breaklinks=true,colorlinks=true]{hyperref}
+\usepackage{natbib}
+\usepackage{url}
+
+\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{abbrv}
+\bibliography{optimize}
+
+
+\end{document}