【PA】Distributionally Robust Optimization Under Moment Uncertainty (Delage & Ye)

Robust Stochastic Programming with Moment Uncertainty

Practically, one has limited information about the distribution F F F driving the uncertain parameters that are involved in the decision-making process. In such situations, it might instead be safer to rely on estimates of the mean μ 0 \mu_0 μ0 and covariance matrix Σ 0 \Sigma_0 Σ0 of random vector—e.g. using empirical estimates. Howvever, we believe that in such problems, it is also rarely the case that one is entirely confident in these estimates. For this reason, we propose representing this uncertainty using two constraints parameterized by γ 1 ≥ 0 \gamma_1\geq 0 γ10 and γ 2 ≥ 1 \gamma_2\geq 1 γ21:

( E [ ξ ] − μ 0 ) T Σ 0 − 1 ( E [ ξ ] − μ 0 ) ≤ γ 1 ( 1 a ) E [ ( ξ − μ 0 ) ( ξ − μ 0 ) T ] ≤ γ 2 Σ 0 ( 1 b ) \begin{aligned} &(\mathbb{E}[\xi]-\mu_0)^T\Sigma_0^{-1}(\mathbb{E}[\xi]-\mu_0)\leq \gamma_1 &(1a)\\ &\mathbb{E}[(\xi-\mu_0)(\xi-\mu_0)^T]\leq \gamma_2\Sigma_0 &(1b) \end{aligned} (E[ξ]μ0)TΣ01(E[ξ]μ0)γ1E[(ξμ0)(ξμ0)T]γ2Σ0(1a)(1b)

Whereas constraint ( 1 a ) (1a) (1a) assumes that the mean of ξ \xi ξ lies in an ellipsoid of size γ 1 \gamma_1 γ1 centered at the estimate μ 0 \mu_0 μ0, constraint ( 1 b ) (1b) (1b) forces E [ ( ξ − μ 0 ) ( ξ − μ 0 ) T ] \mathbb{E}[(\xi-\mu_0)(\xi-\mu_0)^T] E[(ξμ0)(ξμ0)T], which we will refer to as the centered second-moment matrix of ξ \xi ξ, to lie in a positive semidefinite cone defined with a matrix inequality. In other words, it describes how likely ξ \xi ξ is to be close to μ 0 \mu_0 μ0 in terms of the correlations expressed in Σ 0 \Sigma_0 Σ0. Finally, the parameters γ 1 \gamma_1 γ1 and γ 2 \gamma_2 γ2 provide natural means of quantifying one’s confidence in μ 0 \mu_0 μ0 and Σ 0 \Sigma_0 Σ0, respectively.

In what follows, we will study the DRSP under the distributional set
D 1 ( S , μ 0 , Σ 0 , γ 1 , γ 2 ) = { F ∈ M ∣ P ( ξ ∈ S ) = 1 ( E [ ξ ] − μ 0 ) T Σ 0 − 1 ( E [ ξ ] − μ 0 ) ≤ γ 1 E [ ( ξ − μ 0 ) ( ξ − μ 0 ) T ] ≤ γ 2 Σ 0 \mathcal{D}_1(\mathcal{S}, \mu_0, \Sigma_0, \gamma_1, \gamma_2)= \begin{cases} F\in\mathcal{M}\mid \begin{aligned} &\mathbb{P}(\xi\in\mathcal{S})=1\\ &(\mathbb{E}[\xi]-\mu_0)^T\Sigma_0^{-1}(\mathbb{E}[\xi]-\mu_0)\leq \gamma_1\\ &\mathbb{E}[(\xi-\mu_0)(\xi-\mu_0)^T]\leq \gamma_2\Sigma_0 \end{aligned} \end{cases} D1(S,μ0,Σ0,γ1,γ2)=FMP(ξS)=1(E[ξ]μ0)TΣ01(E[ξ]μ0)γ1E[(ξμ0)(ξμ0)T]γ2Σ0
where M \mathcal{M} M is the set of all probability measures on the measurable space ( R m , B ) (\mathbb{R}^m, \mathcal{B}) (Rm,B), with B \mathcal{B} B the Borel σ \sigma σ-algebra on R m \mathbb{R}^m Rm and S ⊆ R m \mathcal{S}\subseteq \mathbb{R}^m SRm is any closed convex set known ti contain the support of F F F.

Example: Distributionally robust optimization with piecewise-linear convex cost

Assume that one is interested in solving the following DRSP model for a general piecewise-linear convex cost function of x x x:
min ⁡ x ∈ X ( max ⁡ F ∈ D 1 E F [ max ⁡ k ξ k T x ] ) \min_{x\in\mathcal{X}}(\max_{F\in\mathcal{D}_1}\mathbb{E}_F[\max_k \xi_k^Tx]) xXmin(FD1maxEF[kmaxξkTx])
where each ξ k ∈ R n \xi_k\in\mathbb{R}^n ξkRn is a random vector. This model is quite applicable because convex cost functions can be approximated by piecewise-linear functions. By considering ξ \xi ξ to be a random matrix whose k k kth column is the random vector ξ k \xi_k ξk and taking h k ( x , ξ ) = ξ k T x h_k(x, \xi)=\xi_k^Tx hk(x,ξ)=ξkTx.

Example: Distributionally robust conditional Value-at-risk

Conditional value-at-risk (CVaR), also called mean excess loss, was recently introduced in the mathematical finance community as a risk measure for decision-making. It is closely related to the more common value-at-risk measure, which for a risk tolerance level of θ ∈ ( 0 , 1 ) \theta\in(0, 1) θ(0,1) evalutes the lowest amount τ \tau τ such that with probability 1 − θ 1-\theta 1θ, the loss does not exceed τ \tau τ. CVaR has gained a lot of interest in the community because of its attractive computational properties. For example, Rockafellar & Uryasev (2000) demonstrated that one can evaluate the θ \theta θ-CVaR of a cost function c ( x , ξ ) c(x, \xi) c(x,ξ), where the random vector ξ \xi ξ is distributed according to F F F, by solving a convex minimization problem:
min ⁡ λ ∈ R λ + 1 θ E F [ ( c ( x , ξ ) − λ ) + ] \min_{\lambda\in\mathbb{R}} \lambda+\frac{1}{\theta}\mathbb{E}_F[(c(x, \xi)-\lambda)^+] λRminλ+θ1EF[(c(x,ξ)λ)+]
By the equivalence statement presented above, this problem is equivalent to the form
min ⁡ x ∈ X ( max ⁡ F ∈ D 1 ( min ⁡ λ ∈ R λ + 1 θ E F [ ( c ( x , ξ ) − λ ) + ] ) ) \min_{x\in\mathcal{X}}(\max_{F\in\mathcal{D}_1}(\min_{\lambda\in\mathbb{R}}\lambda+\frac{1}{\theta}\mathbb{E}_F[(c(x, \xi)-\lambda)^+])) xXmin(FD1max(λRminλ+θ1EF[(c(x,ξ)λ)+]))

猜你喜欢

转载自blog.csdn.net/qq_18822147/article/details/116517624