Earlier quoted context omitted.
You want a natural log there; ln(100000) ~ 11.5. That being said, the pool you're really working from is the numbers with last digit 1, 3, 7, or 9. One out of every 4.6 such numbers under 10^5 is prime. So just guessing until you find a prime is practical.
Ah you're correct. Annoying how Google interprets log(x) as base-10 (but more shame on me for not realising that e^5 is obviously not 100000). In my experience everyone uses log and ln interchangeable outside of lessons at school.
Primel – guess a 5 digit prime number – each guess must be a prime
111–120 of 139 posts
Re: Primel – guess a 5 digit prime number – each guess must be a prime
#112Re: Primel – guess a 5 digit prime number – each guess must be a prime
#113Re: Primel – guess a 5 digit prime number – each guess must be a prime
#114My side-project this week has been searching for an optimal Wordle strategy. I figured it would make a great blog post but I haven't got that far yet. Step 1 is to find an optimal starting word. My most insightful finding so far has came from trying to define a cost function for comparing potential starting words. It turns out that "% of potential guesses [not] eliminated" is an excellent loss function. Importantly,…
Maybe I shouldn't be sharing this, it's a bit sad to break the illusion that the creator is picking a new word for us every day.
Re: Primel – guess a 5 digit prime number – each guess must be a prime
#115Ok, so once you've won how do you start a new game?
Re: Primel – guess a 5 digit prime number – each guess must be a prime
#116Re: Primel – guess a 5 digit prime number – each guess must be a prime
#117Earlier quoted context omitted.
Same, I was so surprised to get it solved at the second row, after ~8 attempts to find a prime without the numbers that had not matched. 12347 - [solved]
It seems a lot of us came up with 12347 for the first line.
Re: Primel – guess a 5 digit prime number – each guess must be a prime
#118My side-project this week has been searching for an optimal Wordle strategy. I figured it would make a great blog post but I haven't got that far yet. Step 1 is to find an optimal starting word. My most insightful finding so far has came from trying to define a cost function for comparing potential starting words. It turns out that "% of potential guesses [not] eliminated" is an excellent loss function. Importantly,…
I made a lil clone of wordle and found that the full list of solutions, past and future , is right there in the minified js. Could be useful for your analysis. Maybe I shouldn't be sharing this, it's a bit sad to break the illusion that the creator is picking a new word for us every day.
Re: Primel – guess a 5 digit prime number – each guess must be a prime
#119My side-project this week has been searching for an optimal Wordle strategy. I figured it would make a great blog post but I haven't got that far yet. Step 1 is to find an optimal starting word. My most insightful finding so far has came from trying to define a cost function for comparing potential starting words. It turns out that "% of potential guesses [not] eliminated" is an excellent loss function. Importantly,…
Re: Primel – guess a 5 digit prime number – each guess must be a prime
#120My side-project this week has been searching for an optimal Wordle strategy. I figured it would make a great blog post but I haven't got that far yet. Step 1 is to find an optimal starting word. My most insightful finding so far has came from trying to define a cost function for comparing potential starting words. It turns out that "% of potential guesses [not] eliminated" is an excellent loss function. Importantly,…
My first two guesses are usually AUDIO and RENTS if it helps ¯\_(ツ)_/¯
I’m sure it’s far from optimal, but I continue to use it because I obviously understand how I came to choose it, and it “works” and survivor bias is powerful :)
I recall seeing HN posts from people working out “optimal” starting words and guess patterns, but I just like mine :)