Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

w03 image refactoring #39

Merged
merged 1 commit into from
Apr 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified slides/w03_algorithm_selection.pdf
Binary file not shown.
Binary file not shown.
Binary file modified w03_algorithm_selection/t01_big_picture.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions w03_algorithm_selection/t01_big_picture.tex
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

\begin{frame}[c,allowframebreaks]{Motivation: Performance Differences \litw{\href{https://link.springer.com/chapter/10.1007/978-3-030-01768-2_25}{Strang et al. 2018}}}
\begin{center}
\includegraphics[height=.62\textheight]{motivation}
\includegraphics[height=.62\textheight]{images/motivation}
\end{center}

%\lit{Strang, Benjamin, Peter van der Putten, Jan N. van Rijn, and Frank Hutter.
Expand All @@ -68,7 +68,7 @@
\framebreak

\begin{center}
\includegraphics[height=.63\textheight]{motivation2}
\includegraphics[height=.63\textheight]{images/motivation2}
\end{center}
%\lit{Strang, Benjamin, Peter van der Putten, Jan N. van Rijn, and Frank Hutter.
% ``Don’t Rule Out Simple Models Prematurely: A Large Scale Benchmark Comparing
Expand Down
Binary file modified w03_algorithm_selection/t05_comb.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions w03_algorithm_selection/t05_comb.tex
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

\begin{frame}[c,allowframebreaks]{Motivation: Performance Differences \litw{\href{https://www.cs.uwyo.edu/~larsko/papers/hurley_proteus__2014.pdf}{Barry et al. 2014}}}
\begin{center}
\includegraphics[height=.65\textheight]{csp_v_sat}
\includegraphics[height=.65\textheight]{images/csp_v_sat}
\end{center}

%\lit{Hurley, Barry, Lars Kotthoff, Yuri Malitsky, and Barry O’Sullivan.
Expand All @@ -43,7 +43,7 @@

\begin{frame}[c]{Motivation: Leveraging the Differences \litw{\href{https://www.aaai.org/Papers/JAIR/Vol32/JAIR-3214.pdf}{Xu et al. 2008}}}
\begin{center}
\includegraphics[height=.7\textheight]{satzilla}
\includegraphics[height=.7\textheight]{images/satzilla}
\end{center}
%\lit{Xu, Lin, Frank Hutter, Holger H. Hoos, and Kevin Leyton-Brown.
%``SATzilla: Portfolio-Based Algorithm Selection for SAT.'' J. Artif. Intell.
Expand Down Expand Up @@ -118,7 +118,7 @@

\begin{frame}[c]{(Much) More Information \litw{\href{https://arxiv.org/pdf/1210.7959.pdf}{Kotthoff. 2014}}}
\begin{center}
\includegraphics[height=.6\textheight]{survey}\\
\includegraphics[height=.6\textheight]{images/survey}\\
\url{http://larskotthoff.github.io/assurvey/}
\end{center}
%\lit{Kotthoff, Lars. ``Algorithm Selection for Combinatorial Search
Expand Down