Show HN: Learn When to Quit
github.com
Show HN: Learn When to Quit
1–10 of 48 posts
Re: Show HN: Learn When to Quit
#2Re: Show HN: Learn When to Quit
#3Re: Show HN: Learn When to Quit
#4Re: Show HN: Learn When to Quit
#5https://cjauvin.blogspot.com/2012/12/find-true-love-on-datin...
Re: Show HN: Learn When to Quit
#6Does it still have the same optimal strategy as for uniform generation?
Re: Show HN: Learn When to Quit
#7Among a set of losing plays, I presume it's 50/50 on whether you turn over every card (and end up with the last one). So a third of the time you end up in the optimal case, another third you end up doing pretty well, and another third you're subject to absolutely random chance. Guess this is an argument for satisficing vs optimizing in most real world applications.
Re: Show HN: Learn When to Quit
#8Re: Show HN: Learn When to Quit
#9How does this change when you're heavily punished for ending up with a much lower number (e.g., in finding a partner, biz deal, etc)? Among a set of losing plays, I presume it's 50/50 on whether you turn over every card (and end up with the last one). So a third of the time you end up in the optimal case, another third you end up doing pretty well, and another third you're subject to absolutely random chance. Guess t…
Re: Show HN: Learn When to Quit
#10The distribution of numbers is not uniform across the 0..googol here. The implementation first chooses the length of the number, then fills in the digits. This makes it biased towards smaller numbers. Does it still have the same optimal strategy as for uniform generation?
Why?