OCLGDec 23, 2025

Optimality-Informed Neural Networks for Solving Parametric Optimization Problems

arXiv:2512.20270v1h-index: 4
Originality Incremental advance
AI Analysis

This addresses computational bottlenecks in engineering tasks like real-time control or model-based design, though it appears incremental as it builds on existing neural network methods for optimization.

The paper tackles the problem of solving families of parametric nonlinear constrained optimization problems, which is computationally demanding for real-time applications, by proposing Optimality-informed Neural Networks (OptINNs) that learn mappings from parameters to primal and dual optimal solutions. The method reduces data requirements, improves feasibility and optimality compared to baseline approaches, achieving lower constraint violations and primal error on larger problems.

Many engineering tasks require solving families of nonlinear constrained optimization problems, parametrized in setting-specific variables. This is computationally demanding, particularly, if solutions have to be computed across strongly varying parameter values, e.g., in real-time control or for model-based design. Thus, we propose to learn the mapping from parameters to the primal optimal solutions and to their corresponding duals using neural networks, giving a dense estimation in contrast to gridded approaches. Our approach, Optimality-informed Neural Networks (OptINNs), combines (i) a KKT-residual loss that penalizes violations of the first-order optimality conditions under standard constraint qualifications assumptions, and (ii) problem-specific output activations that enforce simple inequality constraints (e.g., box-type/positivity) by construction. This design reduces data requirements, allows the prediction of dual variables, and improves feasibility and closeness to optimality compared to penalty-only training. Taking quadratic penalties as a baseline, since this approach has been previously proposed for the considered problem class in literature, our method simplifies hyperparameter tuning and attains tighter adherence to optimality conditions. We evaluate OptINNs on different nonlinear optimization problems ranging from low to high dimensions. On small problems, OptINNs match a quadratic-penalty baseline in primal accuracy while additionally predicting dual variables with low error. On larger problems, OptINNs achieve lower constraint violations and lower primal error compared to neural networks based on the quadratic-penalty method. These results suggest that embedding feasibility and optimality into the network architecture and loss can make learning-based surrogates more accurate, feasible, and data-efficient for parametric optimization.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes