Certainty equivalence property (CEP) is another name for model-predictive control (MPC). Based on CEP, it does not differ whether you include additive noise into calculation or not. It means it does not matter whether you consider the system as xdot=ax+bu+ w, or without additive disturbance variable as: xdot=ax+bu, anyway the optimal control-law is indifferent for the two linear systems, regardless of including disturbance variable (w), or neglecting it. The property has been proven in the following paper for the linear case (LQG):

Article The Certainty Equivalence Property in Stochastic Control Theory

Moreover, as I've tried it myself, even for nonlinear case, the CEP strongly holds, as long as noise is additive (xdot=f(x,u)+w), not multiplicative as (xdot=(f(x,u)+w*x).

Both optimal regulator, and MPC, give similar control-law (or gains) for the stochastic system (xdot=f(x,u)+w), with or without disturbance variable w, but not for the stochastic system (xdot=f(x,u)+w*x). In the case of (xdot=f(x,u)+w*x), ignoring the multiplicative disturbance is not allowed, and if multiplicative term (w*x) is neglected, the optimal control-law found, would be dissimilar for the two-type of systems, and might not be robust with respect to multiplicative disturbance. This property is simply the certainty equivalence property (CEP), or through another terminology, the model-predictive control (MPC). Notice that, it seems MPC is based on discrete optimization for minimum cost, hence MPC has some other variant setup and independent format from optimal-control, but they are analogous as optimal output-feedback control is usually analytic and continuous, while MPC seems as discrete version of that, based on optimization.

MPC is resourceful when analyzing disturbance is not simple, hence CEP is used to authorize ignorance of disturbance variable.

More Saeb AmirAhmadi Chomachar's questions See All
Similar questions and discussions