Talk:Las Vegas algorithm

From Wikipedia, the free encyclopedia

The following is given as the definition of Monte Carlo and Las Vegas by Babai, Cooperman, Finkelstein, Luks and Seress in Fast Monte Carlo Algorithms for Permutation Groups:

A Monte Carlo algorithm is a randomized algorithm that may give a wrong answer or report failure

with guaranteed small probability

A Las Vegas algorithm is a Monte Carlo algorithm that never gives a wrong answer.

Now this is a bit different than gambling with resource. It seems like ZPP can be defined with either polytime bounded Las Vegas algorithms or with expected polynomial time randomized decision algorithms, giving the same class, but by slightly different machinations. -Ozga 03:23, 5 April 2006 (UTC)

[edit] Term Etymology?

I added a reference to the NIST Dictionary of Algorithms and Data Structures definition, although I'm not sure that's the best reference. Does anybody have any idea from where the term originated?

BTW, the NIST definition agrees a little more with "gambling with resources" in that for each run, for the same problem instance, the runtime resource requirements (time/space/etc) will possibly be different. But all programs, etc "gamble with resources", always assuming that there will be enough resources to solve any particular problem instance (and sometimes failing). So I agree, probably ought to consider better wording. Root4(one) 04:58, 12 January 2007 (UTC)