Hermite-type modifications of BOBYQA for optimization with some partial derivatives
Mona Fuhrl\"ander, Sebastian Sch\"ops

TL;DR
This paper introduces Hermite-type modifications of the BOBYQA algorithm that leverage partial derivatives to reduce function calls and improve robustness, especially when many derivatives are available.
Contribution
It presents two new Hermite-type optimization methods, Hermite least squares and Hermite BOBYQA, enhancing BOBYQA with derivative information to improve efficiency and robustness.
Findings
Hermite least squares outperforms classic BOBYQA when many derivatives are available.
The methods show improved robustness in noisy environments.
Numerical results confirm the effectiveness of the proposed approaches.
Abstract
In this work we propose two Hermite-type optimization methods, Hermite least squares and Hermite BOBYQA, specialized for the case that some partial derivatives of the objective function are available and others are not. The main objective is to reduce the number of objective function calls by maintaining the convergence properties. Both methods are modifications of Powell's derivative-free BOBYQA algorithm. But instead of (underdetermined) interpolation for building the quadratic subproblem in each iteration, the training data is enriched with first and -- if possible -- second order derivatives and then (weighted) least squares regression is used. Proofs for global convergence are discussed and numerical results are presented. Further, the applicability is verified for a realistic test case in the context of yield optimization. Numerical tests show that the Hermite least squares…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Optimization Algorithms Research · Iterative Methods for Nonlinear Equations · Metaheuristic Optimization Algorithms Research
