Optimality-Informed Neural Networks for Solving Parametric Optimization Problems
Matthias K. Hoffmann, Amine Othmane, Kathrin Flaßkamp
TL;DR
This work tackles the computational burden of solving parametric nonlinear constrained optimization by learning a parameter-to-solution map. It introduces Optimality-Informed Neural Networks (OptINNs), which embed the Karush-Kuhn-Tucker (KKT) conditions into both the loss function and architecture to predict primal and dual solutions, yielding feasible and near-optimal surrogates with reduced data needs. The approach is demonstrated across linear and nonlinear problems, showing competitive primal accuracy and, crucially, improved constraint satisfaction and dual-variable estimation compared to quadratic-penalty baselines, especially for larger or more complex problems. The results suggest OptINNs provide accurate, data-efficient surrogates suitable for real-time optimization tasks and model-predictive control, with promising directions for dynamic architectures and sensitivity-enabled training.
Abstract
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.
