aboutsummaryrefslogtreecommitdiffstats
path: root/paper/main.tex
blob: 8c4f70b00e66e22ddfb088d02bd9023a64c48975 (plain)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
\documentclass[10pt]{article}
\usepackage{nips15submit_e}
\usepackage[utf8x]{inputenc}
\usepackage[pagebackref=false,breaklinks=true,colorlinks=true]{hyperref}
\usepackage[capitalize, noabbrev]{cleveref}
\usepackage{amsmath, amssymb, amsthm, bbm, microtype}
\usepackage{natbib}
\usepackage{url}

\DeclareMathOperator{\E}{\mathbb{E}}
\let\P\relax
\DeclareMathOperator{\P}{\mathbb{P}}
\DeclareMathOperator*{\argmax}{arg\,max}
\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}}
\newcommand{\eps}{\varepsilon}

\newtheorem{theorem}{Theorem}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{corollary}[theorem]{Corollary}

\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}

\theoremstyle{remark}
\newtheorem*{claim}{Claim}
\newtheorem*{remark}{Remark}
\newtheorem*{problem}{Problem}

\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}