Efficient Multi-Start Strategies for Local Search Algorithms
Abstract
Local search algorithms for global optimization often suffer from getting trapped in a local optimum. The common solution for this problem is to restart the algorithm when no progress is observed. Alternatively, one can start multiple instances of a local search algorithm, and allocate computational resources (in particular, processing time) to the instances depending on their behavior. Hence, a multi-start strategy has to decide (dynamically) when to allocate additional resources to a particular instance and when to start new instances. In this paper we propose a consistent multi-start strategy that assumes a convergence rate of the local search algorithm up to an unknown constant, and in every phase gives preference to those instances that could converge to the best value for a particular range of the constant. Combined with the local search algorithm SPSA (Simultaneous Perturbation Stochastic Approximation), the strategy performs remarkably well in practice, both on synthetic tasks and on tuning the parameters of learning algorithms.
Cite
Text
Kocsis and György. "Efficient Multi-Start Strategies for Local Search Algorithms." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2009. doi:10.1007/978-3-642-04180-8_63Markdown
[Kocsis and György. "Efficient Multi-Start Strategies for Local Search Algorithms." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2009.](https://mlanthology.org/ecmlpkdd/2009/kocsis2009ecmlpkdd-efficient/) doi:10.1007/978-3-642-04180-8_63BibTeX
@inproceedings{kocsis2009ecmlpkdd-efficient,
title = {{Efficient Multi-Start Strategies for Local Search Algorithms}},
author = {Kocsis, Levente and György, András},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2009},
pages = {705-720},
doi = {10.1007/978-3-642-04180-8_63},
url = {https://mlanthology.org/ecmlpkdd/2009/kocsis2009ecmlpkdd-efficient/}
}