I have two optimization problems.
1-) Mean-variance optimization
$J_{MV} = J_M - \gamma J_V$,
where $J_M$ is mean, $J_V$ is the variance term and $\gamma$ is the weight on variance term.
2-) The worst-case optimization:
$J_{WC} = max_u min_\theta J(u,\theta_i)$
where $\theta_i$ is the $i^{th}$ randomly chosen member in the uncertainty ensemble (scenario or sample).
I now obtained two optimal solution, $u^*_{WC}$ and $u^*_{MV}$. Now I apply these inputs to the system and calculate each objective function from each $\theta_i$. The objective function looks to have a normal distribution.
Question: I observed the results for both mean-variance (approach 1) and WC (approach 2) to give me the very similar results. For both cases, the worst-case is increased but there is a big decrease in the best case. Can anyone explain, why the result for both the approaches are same and is it because objective function has a normal distribution?
I hope my question is clear. Thanks a lot in advance.