A Finite-Difference Trust-Region Method for Convexly Constrained Smooth Optimization
Dânâ Davar, Geovani Nunes Grapiglia
TL;DR
This work introduces TRFD-S, a derivative-free trust-region method for smooth optimization with convex constraints that relies on finite-difference gradient estimates and a quadratic model to achieve efficient, theoretically grounded convergence guarantees. It provides explicit worst-case function-evaluation bounds across nonconvex, convex, and Polyak-Lojasiewicz settings, highlighting a trade-off controlled by the Lipschitz constant $L$ and the gradient-estimator scale $\sigma$. The method is extended to unrelaxable bound constraints and validated through extensive numerical experiments showing competitive performance against state-of-the-art derivative-free solvers on unconstrained and constrained problems, including an ODE-model calibration example. Overall, TRFD-S offers a practical balance between per-iteration cost and convergence guarantees in black-box smooth optimization under convex constraints, with broad applicability to parameter estimation and model fitting tasks.
Abstract
We propose a derivative-free trust-region method based on finite-difference gradient approximations for smooth optimization problems with convex constraints. The proposed method does not require computing an approximate stationarity measure. For nonconvex problems, we establish a worst-case complexity bound of $\mathcal{O}\!\left(n\left(\tfrac{L}σε\right)^{-2}\right)$ function evaluations for the method to reach an $\left(\tfrac{L}σε\right)$-approximate stationary point, where $n$ is the number of variables, $L$ is the Lipschitz constant of the gradient, and $σ$ is a user-defined estimate of $L$. If the objective function is convex, the complexity to reduce the functional residual below $(L/σ)ε$ is shown to be of $\mathcal{O}\!\left(n\left(\tfrac{L}σε\right)^{-1}\right)$ function evaluations, while for Polyak-Lojasiewicz functions on unconstrained domains, the bound further improves to $\mathcal{O}\left(n\log\left(\left(\frac{L}σε\right)^{-1}\right)\right)$. Numerical experiments on benchmark problems and a model-fitting application demonstrate the method's efficiency relative to state-of-the-art derivative-free solvers for both unconstrained and bound-constrained problems.
