A Linear-Time Algorithm for Trust Region Problems
Data Structures and Algorithms
2014-01-28 v1 Optimization and Control
Abstract
We consider the fundamental problem of maximizing a general quadratic function over an ellipsoidal domain, also known as the trust region problem. We give the first provable linear-time (in the number of non-zero entries of the input) algorithm for approximately solving this problem. Specifically, our algorithm returns an -approximate solution in time , where is the number of non-zero entries in the input. This matches the runtime of Nesterov's accelerated gradient descent, suitable for the special case in which the quadratic function is concave, and the runtime of the Lanczos method which is applicable when the problem is purely quadratic.
Cite
@article{arxiv.1401.6757,
title = {A Linear-Time Algorithm for Trust Region Problems},
author = {Elad Hazan and Tomer Koren},
journal= {arXiv preprint arXiv:1401.6757},
year = {2014}
}