English

A Derivative-Free Gauss-Newton Method

Optimization and Control 2017-10-31 v1

Abstract

We present DFO-GN, a derivative-free version of the Gauss-Newton method for solving nonlinear least-squares problems. As is common in derivative-free optimization, DFO-GN uses interpolation of function values to build a model of the objective, which is then used within a trust-region framework to give a globally-convergent algorithm requiring O(ϵ2)O(\epsilon^{-2}) iterations to reach approximate first-order criticality within tolerance ϵ\epsilon. This algorithm is a simplification of the method from [H. Zhang, A. R. Conn, and K. Scheinberg, A Derivative-Free Algorithm for Least-Squares Minimization, SIAM J. Optim., 20 (2010), pp. 3555-3576], where we replace quadratic models for each residual with linear models. We demonstrate that DFO-GN performs comparably to the method of Zhang et al. in terms of objective evaluations, as well as having a substantially faster runtime and improved scalability.

Keywords

Cite

@article{arxiv.1710.11005,
  title  = {A Derivative-Free Gauss-Newton Method},
  author = {Coralia Cartis and Lindon Roberts},
  journal= {arXiv preprint arXiv:1710.11005},
  year   = {2017}
}
R2 v1 2026-06-22T22:29:52.893Z