This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We're actively looking for ideas on how to improve Weekly Challenges and would love to hear what you think!
Submit FeedbackStarted down a macro route and then just abandoned it for the brute force method. One I'll come back to when I have more time to work the iterative macro out.
Thought it would run faster based on tests, but it worked!
Here is my solution for this weeks challenge.
I went down the route of allowing the data to explode a little rather than the macro route.
To be above 75% chance I was getting either group size 32 or 33.
Above 90% was 41 and above.
Why do you think its slow? So my solution just ran 10000 Simulations in 1:11 (as I configured mine in the way that I just have to enter how many simulations I want to run), haveing an i7 with 16gb ram, so I did not feel that was slow. The recommended 1000 it runs in 8 seconds.
By the way, I gotta say, the more simulations you run, the nicer the curve looks like, so 10000 already gives me a very nice shaped curve with almost no breakouts in between.
Cheers
Oliver