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 Allandon (talk | contribs) at 15:09, 6 April 2011. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconStatistics Unassessed
WikiProject iconThis article is within the scope of WikiProject Statistics, a collaborative effort to improve the coverage of statistics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the importance scale.
WikiProject iconRobotics Start‑class Mid‑importance
WikiProject iconThis article is within the scope of WikiProject Robotics, a collaborative effort to improve the coverage of Robotics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
MidThis article has been rated as Mid-importance on the project's importance scale.
WikiProject iconMathematics Start‑class Low‑priority
WikiProject iconThis article is within the scope of WikiProject Mathematics, a collaborative effort to improve the coverage of mathematics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-priority on the project's priority scale.


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]