Machine Learning for Integer Programming

Abstract

Mixed Integer Programs (MIP) are solved exactly by tree-based branch-and-bound search. However, various components of the algorithm involve making decisions that are currently addressed heuristically. Instead, I propose to use machine learning (ML) approaches such as supervised ranking and multi-armed bandits to make better-informed, input-specific decisions during MIP branch-and-bound. My thesis aims at improving the overall performance of MIP solvers. To illustrate the potential for ML in MIP, I have so far tackled branching variable selection, a crucial component of the search procedure, showing that ML approaches for variable selection can outperform traditional heuristics. PDF

Cite

Text

Khalil. "Machine Learning for Integer Programming." International Joint Conference on Artificial Intelligence, 2016.

Markdown

[Khalil. "Machine Learning for Integer Programming." International Joint Conference on Artificial Intelligence, 2016.](https://mlanthology.org/ijcai/2016/khalil2016ijcai-machine/)

BibTeX

@inproceedings{khalil2016ijcai-machine,
  title     = {{Machine Learning for Integer Programming}},
  author    = {Khalil, Elias B.},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2016},
  pages     = {4004-4005},
  url       = {https://mlanthology.org/ijcai/2016/khalil2016ijcai-machine/}
}