IPBoost: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Presented by == Casey De Vera, Jihoon Han, Solaiman Jawad == Introduction == == Motivation == == IPBoost: Boosting via Integer Programming == == Results and Perform...") |
|||
Line 6: | Line 6: | ||
== Motivation == | == Motivation == | ||
== IPBoost: Boosting via Integer Programming == | == IPBoost: Boosting via Integer Programming == | ||
===Integer Program Formulation=== | |||
===Solution=== | |||
===Algorithm=== | |||
<math> | |||
\usepackage{algorithm} | |||
\begin{algorithm} | |||
\caption{<your caption for this algorithm>} | |||
\label{<your label for references later in your document>} | |||
\begin{algorithmic} | |||
<algorithmic environment> | |||
\end{algorithmic} | |||
\end{algorithm} | |||
</math> | |||
== Results and Performance == | == Results and Performance == |
Revision as of 01:18, 14 November 2020
Presented by
Casey De Vera, Jihoon Han, Solaiman Jawad
Introduction
Motivation
IPBoost: Boosting via Integer Programming
Integer Program Formulation
Solution
Algorithm
[math]\displaystyle{ \usepackage{algorithm} \begin{algorithm} \caption{\lt your caption for this algorithm\gt } \label{\lt your label for references later in your document\gt } \begin{algorithmic} \lt algorithmic environment\gt \end{algorithmic} \end{algorithm} }[/math]