Model-Based Derivative-Free Optimization Methods and Software
Tom M. Ragonneau

TL;DR
This thesis develops and evaluates model-based derivative-free optimization methods and software, introducing a new trust-region SQP method called COBYQA for constrained problems, with extensive numerical validation.
Contribution
It presents a new DFO method, COBYQA, based on SQP, and provides software implementations and numerical comparisons demonstrating its effectiveness.
Findings
COBYQA outperforms Powell's DFO solvers in numerical tests.
The software package PDFO offers MATLAB and Python interfaces for DFO methods.
COBYQA effectively handles bound and nonlinear constraints.
Abstract
This thesis studies derivative-free optimization (DFO), particularly model-based methods and software. These methods are motivated by optimization problems for which it is impossible or prohibitively expensive to access the first-order information of the objective function and possibly the constraint functions. In particular, this thesis presents PDFO, a package we develop to provide both MATLAB and Python interfaces to Powell's model-based DFO solvers, namely COBYLA, UOBYQA, NEWUOA, BOBYQA, and LINCOA. Moreover, a significant part of this thesis is devoted to developing a new DFO method based on the sequential quadratic programming (SQP) method. Therefore, we present an overview of the SQP method and provide some perspectives on its theory and practice. In particular, we show that the objective function of the SQP subproblem is a natural quadratic approximation of the original…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Optimization Algorithms Research
