A derivative-free trust-region approach for Low Order-Value Optimization problems
Anderson E. Schwertner, Francisco N. C. Sobral
TL;DR
This work addresses constrained Low Order-Value Optimization (LOVO), where the objective is $f_{ ext{min}}(x)=\min_{i\in\mathcal I} f_i(x)$ with black-box, differentiable $f_i$ and convex feasible set $\Omega$. The authors develop a derivative-free trust-region algorithm that builds a local model of a chosen $f_i$ and uses two radii to manage model quality and step size, achieving convergence to weakly critical points and providing global convergence and worst-case iteration-complexity analyses. An open-source implementation, LOWDER, uses linear interpolation models and practical enhancements (two-radius framework, sample-set management, and TRS/ALTMOV subroutines) to demonstrate efficiency on standard LOVO test suites. Across MW, HS, and QD benchmarks, LOWDER shows strong performance, especially for small computational budgets and problems with many component functions, underscoring its practical value for black-box constrained optimization in scientific and engineering contexts.
Abstract
The Low Order-Value Optimization (LOVO) problem involves minimizing the minimum among a finite number of function values within a feasible set. LOVO has several practical applications such as robust parameter estimation, protein alignment, portfolio optimization, among others. In this work, we are interested in the constrained nonlinear optimization LOVO problem of minimizing the minimum between a finite number of function values subject to a nonempty closed convex set where each function is a black-box and continuously differentiable, but the derivatives are not available. We develop the first derivative-free trust-region algorithm for constrained LOVO problems with convergence to weakly critical points. Under suitable conditions, we establish the global convergence of the algorithm and also its worst-case iteration complexity analysis. An initial open-source implementation using only linear interpolation models is developed. Extensive numerical experiments and comparison with existing alternatives show the properties and the efficiency of the proposed approach when solving LOVO problems.
