OCAIMay 3, 2024

A Penalty-Based Guardrail Algorithm for Non-Decreasing Optimization with Inequality Constraints

arXiv:2405.01984v11 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses computational inefficiency in constrained optimization for complex physical systems, though it appears incremental as an adaptation of penalty-based methods.

The paper tackles the challenge of efficiently solving time-dependent minimization problems with non-decreasing inequality constraints by proposing a penalty-based guardrail algorithm (PGA), which significantly outperforms mathematical programming solvers and a state-of-the-art method in performance and convergence speed within a time limit.

Traditional mathematical programming solvers require long computational times to solve constrained minimization problems of complex and large-scale physical systems. Therefore, these problems are often transformed into unconstrained ones, and solved with computationally efficient optimization approaches based on first-order information, such as the gradient descent method. However, for unconstrained problems, balancing the minimization of the objective function with the reduction of constraint violations is challenging. We consider the class of time-dependent minimization problems with increasing (possibly) nonlinear and non-convex objective function and non-decreasing (possibly) nonlinear and non-convex inequality constraints. To efficiently solve them, we propose a penalty-based guardrail algorithm (PGA). This algorithm adapts a standard penalty-based method by dynamically updating the right-hand side of the constraints with a guardrail variable which adds a margin to prevent violations. We evaluate PGA on two novel application domains: a simplified model of a district heating system and an optimization model derived from learned deep neural networks. Our method significantly outperforms mathematical programming solvers and the standard penalty-based method, and achieves better performance and faster convergence than a state-of-the-art algorithm (IPDD) within a specified time limit.

Foundations

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

Your Notes