Chance constrained programming: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Alter: pages, issue. Added issue. Formatted dashes. | Use this bot. Report bugs. | Suggested by Dominic3203 | Category:Stochastic optimization | #UCB_Category 13/27
m Added short description
Tags: Mobile edit Mobile app edit iOS app edit App description add
 
(One intermediate revision by one other user not shown)
Line 1:
{{Short description|Mathematical optimization approach}}
'''Chance Constrained Programming (CCP)''' is a [[mathematical optimization]] approach used to handle problems under uncertainty. It was first introduced by [[Abraham Charnes|Charnes]] and [[William W. Cooper|Cooper]] in 1959 and further developed by Miller and Wagner in 1965.<ref>{{cite journal |last1=Charnes |first1=Abraham |last2=Cooper |first2=William W. |title=Chance-Constrained Programming |journal=Management Science |date=1959 |volume=6 |issue=1 |pages=73–79 |doi=10.1287/mnsc.6.1.73}}</ref><ref>{{cite journal |last1=Miller |first1=L. R. |last2=Wagner |first2=H. M. |title=Chance-constrained programming with joint constraints |journal=Operations Research |date=1965 |volume=13 |issue=6 |pages=930–945 |doi=10.1287/opre.13.6.930}}</ref> CCP is widely used in various fields, including [[finance]], [[engineering]], and [[operations research]], to optimize decision-making processes where certain constraints need to be satisfied with a specified probability.
 
Line 20 ⟶ 21:
 
== Solution Approaches ==
To solve CCP problems, the [[stochastic optimization]] problem is often relaxed into an equivalent deterministic problem. There are different approaches depending on the nature of the problem:
* '''Linear CCP''': For linear systems, the feasible region is typically convex, and the problem can be solved using [[linear programming]] techniques.
* '''Nonlinear CCP''': For nonlinear systems, the main challenge lies in computing the probabilities and their gradients. These problems often require [[nonlinear programming]] solvers.
* '''Dynamic Systems''': Dynamic systems involve time-dependent uncertainties, and the solution approach must account for the [[propagation of uncertainty]] over time.<ref name=pu/>
 
== Practical Applications ==