English

A Unified Funnel Restoration SQP Algorithm

Optimization and Control 2024-09-17 v1 Mathematical Software

Abstract

We consider nonlinearly constrained optimization problems and discuss a generic double-loop framework consisting of four algorithmic ingredients that unifies a broad range of nonlinear optimization solvers. This framework has been implemented in the open-source solver Uno, a Swiss Army knife-like C++ optimization framework that unifies many nonlinearly constrained nonconvex optimization solvers. We illustrate the framework with a sequential quadratic programming (SQP) algorithm that maintains an acceptable upper bound on the constraint violation, called a funnel, that is monotonically decreased to control the feasibility of the iterates. Infeasible quadratic subproblems are handled by a feasibility restoration strategy. Globalization is controlled by a line search or a trust-region method. We prove global convergence of the trust-region funnel SQP method, building on known results from filter methods. We implement the algorithm in Uno, and we provide extensive test results for the trust-region line-search funnel SQP on small CUTEst instances.

Keywords

Cite

@article{arxiv.2409.09208,
  title  = {A Unified Funnel Restoration SQP Algorithm},
  author = {David Kiessling and Sven Leyffer and Charlie Vanaret},
  journal= {arXiv preprint arXiv:2409.09208},
  year   = {2024}
}

Comments

Submitted to Mathematical Programming

R2 v1 2026-06-28T18:44:22.808Z