paper-with-me

Papers

Fully Stochastic Trust-Region Sequential Quadratic Programming for Equality-Constrained Optimization Problems

2022-11-29 · Yuchen Fang, Sen Na, Michael W. Mahoney, Mladen Kolar

We propose a trust-region stochastic sequential quadratic programming algorithm (TR-StoSQP) to solve nonlinear optimization problems with stochastic objectives and deterministic equality constraints. We consider a fully stochastic setting, where at each step a single sample is generated to estimate the objective gradient. The algorithm adaptively selects the trust-region radius and, compared to the existing line-search StoSQP schemes, allows us to utilize indefinite Hessian matrices (i.e., Hessians without modification) in SQP subproblems. As a trust-region method for constrained optimization, our algorithm must address an infeasibility issue -- the linearized equality constraints and trust-region constraints may lead to infeasible SQP subproblems. In this regard, we propose an adaptive relaxation technique to compute the trial step, consisting of a normal step and a tangential step. To control the lengths of these two steps while ensuring a scale-invariant property, we adaptively decompose the trust-region radius into two segments, based on the proportions of the rescaled feasibility and optimality residuals to the rescaled full KKT residual. The normal step has a closed form, while the tangential step is obtained by solving a trust-region subproblem, to which a solution ensuring the Cauchy reduction is sufficient for our study. We establish a global almost sure convergence guarantee for TR-StoSQP, and illustrate its empirical performance on both a subset of problems in the CUTEst test set and constrained logistic regression problems using data from the LIBSVM collection.

📄 PDF Abstract BibTeX arXiv:2211.15943

Code (1)

ychenfang/tr-stosqp 공식 구현

Methods 이 논문이 사용한 방법론

Test 설명 없음
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

A Trust-Region Interior-Point Stochastic Sequential Quadratic Programming Method

2026-03-10 · Yuchen Fang, Jihun Kim, Sen Na, James Demmel 외 arxiv

In this paper, we propose a trust-region interior-point stochastic sequential quadratic programming (TR-IP-SSQP) method for solving optimization problems with a stochastic objective and deterministic nonlinear equality a…

Trust-Region Sequential Quadratic Programming for Stochastic Optimization with Random Models

2024-09-24 · Yuchen Fang, Sen Na, Michael W. Mahoney, Mladen Kolar

In this work, we consider solving optimization problems with a stochastic objective and deterministic equality constraints. We propose a Trust-Region Sequential Quadratic Programming method to find both first- and second…

Stochastic Optimization

High Probability Complexity Bounds of Trust-Region Stochastic Sequential Quadratic Programming with Heavy-Tailed Noise

2025-03-24 · Yuchen Fang, Javad Lavaei, Sen Na

In this paper, we consider nonlinear optimization problems with a stochastic objective and deterministic equality constraints. We propose a Trust-Region Stochastic Sequential Quadratic Programming (TR-SSQP) method and es…

Physics-Informed Neural Networks with Trust-Region Sequential Quadratic Programming

2024-09-16 · Xiaoran Cheng, Sen Na

Physics-Informed Neural Networks (PINNs) represent a significant advancement in Scientific Machine Learning (SciML), which integrate physical domain knowledge into an empirical loss function as soft constraints and apply…

Trust Region Constrained Measure Transport in Path Space for Stochastic Optimal Control and Inference

2025-08-17 · Denis Blessing, Julius Berner, Lorenz Richter, Carles Domingo-Enrich 외 arxiv

Solving stochastic optimal control problems with quadratic control costs can be viewed as approximating a target path space measure, e.g. via gradient-based optimization. In practice, however, this optimization is challe…