Learning Restart Strategies

Abstract

Restart strategies are commonly used for minimizing the computational cost of randomized algorithms, but require prior knowledge of the run-time distribution in order to be effective. We propose a portfolio of two strategies, one fixed, with a provable bound on performance, the other based on a model of run-time distribution, updated as the two strategies are run on a sequence of problems. Computational resources are allocated probabilistically to the two strategies, based on their performances, using a well-known K-armed bandit problem solver. We present bounds on the performance of the resulting technique, and experiments with a satisfiability problem solver, showing rapid convergence to a near-optimal execution time.

Cite

Text

Gagliolo and Schmidhuber. "Learning Restart Strategies." International Joint Conference on Artificial Intelligence, 2007.

Markdown

[Gagliolo and Schmidhuber. "Learning Restart Strategies." International Joint Conference on Artificial Intelligence, 2007.](https://mlanthology.org/ijcai/2007/gagliolo2007ijcai-learning/)

BibTeX

@inproceedings{gagliolo2007ijcai-learning,
  title     = {{Learning Restart Strategies}},
  author    = {Gagliolo, Matteo and Schmidhuber, Jürgen},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2007},
  pages     = {792-797},
  url       = {https://mlanthology.org/ijcai/2007/gagliolo2007ijcai-learning/}
}