Jump to content

Talk:Cross-entropy method

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BattyBot (talk | contribs) at 02:05, 23 July 2013 (Talk page general fixes & other cleanup using AWB (9359)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Untitled

For the arg max on line 3 of the Generic CE algorithm pseudocode, what is u? Should the u instead be v?

That is, should be changed to

--Tekhnofiend (talk) 14:54, 2 April 2008 (UTC)[reply]

I can't believe that the pseudo-code is efficient; finding the optimal choice of the sampled points, i.e., the maximal one, seems much easier than sorting the array of all sampled points, yet the pseudo-code does the sort instead of finding the maximum.

--Allandon (talk) 15:09, 6 April 2011 (UTC)[reply]