“…Algorithm 1: Optimal Control Algorithm with State Unpredictable Input: The initial and target states of the system, x 0 , x o N ; The parameters of the system dynamic, A k , B k ; The parameters of the optimization object, H, Q k , R k , λ 1 , λ 2 , λ 3,k ; The control duration and time steps, T, N ; The upper bound of |u k |, u; Output: The optimal control policy, u 0:N −1 ; Calculate J 1,N , J 2,N and set J 3,N = 0; if without input constraints, u = ∞ then for i = N − 1 to 0 do Calculate P i , G i , M i with ( 12); Calculate W i , Z i and J 1,i , J 2,i , J Calculate µ j and σ j with (11) or (20); Generate a stochastic perturbation δ j from the uniform distribution as ( 16); Obtain the control input u j = µ j + δ j ; Calculate the next state x j+1 with (1); end return The control sequence u 0:N −1 .…”