A stochastic programming optimizes the expectation of a cost function with respect to values.
\begin{cases} {\boldsymbol x}=\text{argmin}~ E(f({\boldsymbol x}))\\ {\boldsymbol g}({\boldsymbol x})<{\boldsymbol 0} \end{cases} where $E$ refers to expectation.
A chance constrained programming is a programming with constrained chance
\begin{cases} {\boldsymbol x}=\text{argmin}~ f({\boldsymbol x})\\ P({\boldsymbol g}({\boldsymbol x})<{\boldsymbol 0})>\alpha \end{cases} where $P$ refers to probability and $\alpha$ refers to the confidence level.
But I am looking for a different programming with both expectation and chance constrained properties like
\begin{cases} {\boldsymbol x}=\text{argmin}~ E(f({\boldsymbol x}))\\ P({\boldsymbol g}({\boldsymbol x})<{\boldsymbol 0})>\alpha \end{cases}
Does such an optimization exist?
Is such an optimization common?
If yes, what is the name of this optimization?
Is there any academic publication about this optimization?