Exploiting variable associations to configure efficient local search algorithms in large-scale binary integer programs

Shunji Umetani
DOI: https://doi.org/10.48550/arXiv.1604.08448
2017-05-12
Abstract:We present a data mining approach for reducing the search space of local search algorithms in a class of binary integer programs including the set covering and partitioning problems. The quality of locally optimal solutions typically improves if a larger neighborhood is used, while the computation time of searching the neighborhood increases exponentially. To overcome this, we extract variable associations from the instance to be solved in order to identify promising pairs of flipping variables in the neighborhood search. Based on this, we develop a 4-flip neighborhood local search algorithm that incorporates an efficient incremental evaluation of solutions and an adaptive control of penalty weights. Computational results show that the proposed method improves the performance of the local search algorithm for large-scale set covering and partitioning problems.
Data Structures and Algorithms,Artificial Intelligence,Optimization and Control
What problem does this paper attempt to address?