Depth-first directional search for nonconvex optimization
Abstract
Random search methods are widely used for global optimization due to their theoretical generality and implementation simplicity. This paper proposes a depth-first directional search (DFDS) algorithm for globally solving nonconvex optimization problems. Motivated by the penetrating beam of a searchlight, DFDS performs a complete stepping line search along each sampled direction before proceeding to the next, contrasting with existing directional search methods that prioritize broad exploratory coverage. We establish the convergence and computational complexity of DFDS through a novel geometric framework that models the success probability of finding a global optimizer as the surface area of a spherical cap. Numerical experiments on benchmark problems demonstrate that DFDS achieves significantly higher accuracy in locating the global optimum compared to other random search methods under the same function evaluation budget.
Cite
@article{arxiv.2501.00469,
title = {Depth-first directional search for nonconvex optimization},
author = {Yuxuan Zhang and Wenxun Xing},
journal= {arXiv preprint arXiv:2501.00469},
year = {2025}
}