English

A simple and practical adaptive trust-region method

Optimization and Control 2025-08-27 v3

Abstract

We present an adaptive trust-region method for unconstrained optimization that allows inexact solutions to the trust-region subproblems. Our method is a simple variant of the classical trust-region method of \citet{sorensen1982newton}. The method achieves the best possible convergence bound up to an additive log factor, for finding an ϵ\epsilon-approximate stationary point, i.e., O(ΔfL1/2ϵ3/2)+O~(1)O( \Delta_f L^{1/2} \epsilon^{-3/2}) + \tilde{O}(1) iterations where LL is the Lipschitz constant of the Hessian, Δf\Delta_f is the optimality gap, and ϵ\epsilon is the termination tolerance for the gradient norm. This improves over existing trust-region methods whose worst-case bound is at least a factor of LL worse. We compare our performance with state-of-the-art trust-region (TRU) and cubic regularization (ARC) methods from the GALAHAD library on the CUTEst benchmark set on problems with more than 100 variables. We use fewer function, gradient, and Hessian evaluations than these methods. For instance, our algorithm's median number of gradient evaluations is 2323 compared to 3636 for TRU and 2929 for ARC. Compared to the conference version of this paper \cite{hamad2022consistently}, our revised method includes several practical enhancements. These modifications dramatically improved performance, including an order of magnitude reduction in the shifted geometric mean of wall-clock times. We also show it suffices for the second derivatives to be locally Lipschitz to guarantee that either the minimum gradient norm converges to zero or the objective value tends towards negative infinity, even when the iterates diverge.

Keywords

Cite

@article{arxiv.2412.02079,
  title  = {A simple and practical adaptive trust-region method},
  author = {Fadi Hamad and Oliver Hinder},
  journal= {arXiv preprint arXiv:2412.02079},
  year   = {2025}
}
R2 v1 2026-06-28T20:20:40.662Z