A Limited-Memory Quasi-Newton Algorithm for Bound-Constrained Nonsmooth Optimization
Nitish Shirish Keskar, Andreas Waechter

TL;DR
This paper introduces a novel limited-memory quasi-Newton algorithm tailored for bound-constrained nonsmooth optimization, combining active-set strategies and innovative subgradient approximations to improve convergence on challenging problems.
Contribution
It presents a new algorithm that integrates L-BFGS with active-set selection and subgradient approximation techniques for nonsmooth, nonconvex bound-constrained optimization.
Findings
Effective on standard test problems
Outperforms existing methods in convergence speed
Demonstrates robustness on nonsmooth functions
Abstract
We consider the problem of minimizing a continuous function that may be nonsmooth and nonconvex, subject to bound constraints. We propose an algorithm that uses the L-BFGS quasi-Newton approximation of the problem's curvature together with a variant of the weak Wolfe line search. The key ingredient of the method is an active-set selection strategy that defines the subspace in which search directions are computed. To overcome the inherent shortsightedness of the gradient for a nonsmooth function, we propose two strategies. The first relies on an approximation of the -minimum norm subgradient, and the second uses an iterative corrective loop that augments the active set based on the resulting search directions. We describe a Python implementation of the proposed algorithm and present numerical results on a set of standard test problems to illustrate the efficacy of our approach.
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 · Optimization and Variational Analysis · Sparse and Compressive Sensing Techniques
