Cross-entropy method: Difference between revisions

Content deleted Content added
m Pseudocode: ''html entities''
Line 60:
Ne := 10
''// While maxits not exceeded and not converged''
'''while''' t < maxits '''and''' &sigma;2 > &epsilon; '''do'''
''// Obtain N samples from current sampling distribution''
X := SampleGaussian(&mu;, &sigma;2, N)