paper-with-me

Papers

NLPOpt-Net: A Learning Method for Nonlinear Optimization with Feasibility Guarantees

2026-04-30 · Bimol Nath Roy, Rahul Golder, MM Faruque Hasan arxiv

Nonlinear Parametric Optimization Network (NLPOpt-Net) is an unsupervised learning architecture to solve constrained nonlinear programs (NLP). Given the structure of an NLP, it learns the parametric solution maps with guaranteed constraint satisfaction. The architecture consists of a backbone neural network (NN) followed by a multilayer ($k$-layered) projection. While the NN drives toward optimality through a loss function consisting of a modified Lagrangian augmented with a consistency loss, the projection ensures feasibility by projecting the NN predictions in the original constraint manifold. Instead of typical distance minimization, our projection exploits local quadratic approximations of the original NLP. Under certain conditions (such as convexity), the projection has a descent property, which improves the NN predictions further. NLPOpt-Net deploys an inversion-free, modified Chambolle-Pock algorithm to solve the constrained quadratic projections during the forward pass and uses the implicit function theorem for efficient backpropagation. The fixed structure of the projection further allows decoupling of the NN and the projection once the training is complete. NLPOpt-Net solves large-scale convex QP, QCQP, NLP, and nonconvex problems with near zero optimality gap and constraint violations reduced to machine precision. Additionally, it provides near accurate prediction of the active sets and corresponding dual variables, thereby enabling a scalable approach for multiparametric programming. Compiling the projection in C provides order of magnitude improvement in inference time compared to JAX. We provide the codes and NLPOpt-Net as a ready to use package that includes GPU support.

📄 PDF Abstract BibTeX arXiv:2605.00260

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Decentralized Contingency MPC based on Safe Sets for Nonlinear Multi-agent Collision Avoidance

2026-05-11 · Max Studt, Georg Schildbach arxiv

Decentralized collision avoidance remains challenging, particularly when agents do not communicate any information related to planned trajectories. Most existing approaches either rely on conservative coordination mechan…

Collision Avoidance

Anytime-Feasible First-Order Optimization via Safe Sequential QCQP

2025-11-24 · Jiarui Wang, Mahyar Fazlyab arxiv

This paper presents the Safe Sequential Quadratically Constrained Quadratic Programming (SS-QCQP) algorithm, a first-order method for smooth inequality-constrained nonconvex optimization that guarantees feasibility at ev…

Koopman Data-Driven Predictive Control with Robust Stability and Recursive Feasibility Guarantees

2024-05-02 · Thomas de Jong, Valentina Breschi, Maarten Schoukens, Mircea Lazar

In this paper, we consider the design of data-driven predictive controllers for nonlinear systems from input-output data via linear-in-control input Koopman lifted models. Instead of identifying and simulating a Koopman …

Prediction

Control Invariant Sets for Neural Network Dynamical Systems and Recursive Feasibility in Model Predictive Control

2025-05-15 · Xiao Li, Tianhao Wei, Changliu Liu, Anouck Girard 외

Neural networks are powerful tools for data-driven modeling of complex dynamical systems, enhancing predictive capability for control applications. However, their inherent nonlinearity and black-box nature challenge cont…

Autonomous DrivingModel Predictive Control

A Stochastic Sequential Quadratic Optimization Algorithm for Nonlinear Equality Constrained Optimization with Rank-Deficient Jacobians

2021-06-24 · Albert S. Berahas, Frank E. Curtis, Michael J. O'Neill, Daniel P. Robinson

A sequential quadratic optimization algorithm is proposed for solving smooth nonlinear equality constrained optimization problems in which the objective function is defined by an expectation of a stochastic function. The…