Optimization problems constrained by parameter sums
John C. Nash, Ravi Varadhan

TL;DR
This paper discusses solving optimization problems with parameter sum constraints using standard optimization tools, illustrated with examples in R, instead of developing specialized algorithms.
Contribution
It introduces a method to handle sum-constrained parameters in optimization problems using existing standard optimization software.
Findings
Standard optimization programs can effectively solve sum-constrained parameter problems.
Examples in R demonstrate practical application of the proposed approach.
The method simplifies handling parameter sum constraints without specialized code.
Abstract
This article presents a discussion of optimization problems where the objective function f(x) has parameters that are constrained by some scaling, so that q(x) = constant, where this function q() involves a sum of the parameters, their squares, or similar simple function. Our focus is on ways to use standardized optimization programs to solve such problems rather than specialized codes. Examples are presented with R.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Packing Problems
