Information-Theoretic Approaches to Branching in Search

Abstract

Deciding what question to branch on at each node is a key element of search algorithms. We introduce the information-theoretic paradigm for branching question selection. The idea is to drive the search to reduce uncertainty (entropy) in the current subproblem. We present four families of methods that fall within this paradigm. In the first, a variable to branch on is selected based on lookahead. This method performs comparably to strong branching on MIPLIB, and better than strong branching on hard real-world procurement optimization instances on which CPLEX’s default strong branching outperforms CPLEX’s default branching strategy. The second family combines this idea with strong branching. The third family does not use lookahead, but instead exploits the tie between indicator variables and the other variables they govern. This significantly outperforms the state-of-the-art branching strategies. The fourth family is about branching using carefully constructed linear inequality constraints over sets of variables.

Cite

Text

Gilpin and Sandholm. "Information-Theoretic Approaches to Branching in Search." International Joint Conference on Artificial Intelligence, 2007. doi:10.1145/1160633.1160732

Markdown

[Gilpin and Sandholm. "Information-Theoretic Approaches to Branching in Search." International Joint Conference on Artificial Intelligence, 2007.](https://mlanthology.org/ijcai/2007/gilpin2007ijcai-information/) doi:10.1145/1160633.1160732

BibTeX

@inproceedings{gilpin2007ijcai-information,
  title     = {{Information-Theoretic Approaches to Branching in Search}},
  author    = {Gilpin, Andrew and Sandholm, Tuomas},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2007},
  pages     = {2286-2292},
  doi       = {10.1145/1160633.1160732},
  url       = {https://mlanthology.org/ijcai/2007/gilpin2007ijcai-information/}
}