Content deleted Content added
No edit summary |
mNo edit summary |
||
Line 1:
'''Robust optimization'''. A term given to an approach to deal with uncertainty, similar to the recourse model of [[stochastic programming]], except that feasibility for all possible realizations (called scenarios) is replaced by a [[penalty function]] in the objective. As such, the approach integrates [[goal programming]] with a scenario-based description of problem data. To illustrate, consider the LP:
:
where d, B, C and e are random variables with possible realizations {(d(s), B(s), C(s), e(s): s in {1,...,N}} (N = number of scenarios). The robust optimization model for this LP is:
B(s)x + C(s)y(s) + z(s) = e(s), and y(s) >= 0, for all s = 1,...,N,
Line 13:
The above makes robust optimization similar (at least in the model) to a [[goal program]]. Recently, the robust optimization community defines it differently – it optimizes for the worst-case scenario. Let the uncertain MP be given by
<math>\min f(x; s): x in X(s),</math>
where S is some set of scenarios (like parameter values). The robust optimization model (according to this more recent definition) is:
|