“…Algorithm 6 Procedure APXSCHEME1( ) for Condition 3(i) 1: K ← 2T √ 1 + ,ẑ T +1 ← g T +1 2: for t := T downto 1 do 3:F g ← COMPRESSCONVOLUTION( D t , σ D , K) 4:F z ← COMPRESSCONVOLUTION( D t , θ D , K) 5: For fixed I t , defineG D t ← COMPRESSEXPVAL(g D t , (1, σ I I t , 1),F g ) /*G D t (·) is an oracle for a K-approximation of E[g D t (· + σ I I t + σ D · D t )] */ 6: For fixed I t , defineZ t+1 ← COMPRESSEXPVAL(ẑ t+1 , (1, θ I I t , 1),F z ) /*Z t+1 (·) is an oracle for a K-approximation of E[ẑ t+1 (· + θ I I t + θ D · D t )] */ 7:ẑ t ← SCALEDCOMPRESSCONV(z t , [S min t , S max t ], K), wherez t is defined as in (16) 8: returnẑ 1 by approximations. The fact that the resulting value is a max{K 1 K 2 , K 3 } approximation of z t (I t ) follows from Prop.…”