Show HN: A basketball hoop to maximize shots that go in [video]
1–10 of 172 posts
Re: Show HN: A basketball hoop to maximize shots that go in [video]
#2Re: Show HN: A basketball hoop to maximize shots that go in [video]
#3Kudos!
Re: Show HN: A basketball hoop to maximize shots that go in [video]
#4Re: Show HN: A basketball hoop to maximize shots that go in [video]
#5Isn't it a backboard, not a hoop?
Re: Show HN: A basketball hoop to maximize shots that go in [video]
#6I love this! I was expecting something more like Mark Rober's movign dartboard [0], which is super cool, but this is even more interesting, because of the way you used software to come up with a general solution in advance. Kudos!
edit: pasted the first yt result here: https://www.youtube.com/watch?v=MHTizZ_XcUM
Re: Show HN: A basketball hoop to maximize shots that go in [video]
#7Re: Show HN: A basketball hoop to maximize shots that go in [video]
#8Would making the backboard convex make it near-impossible to hit? What about making the curve imperceptible so it's hard to notice it's helping/hurting?
Re: Show HN: A basketball hoop to maximize shots that go in [video]
#9Clearly the hoop that minimizes shots is what exists at funfairs all over the world. Would making the backboard convex make it near-impossible to hit? What about making the curve imperceptible so it's hard to notice it's helping/hurting?
Re: Show HN: A basketball hoop to maximize shots that go in [video]
#10Monte Carlo method is repeated random sampling to obtain numerical results.
Monte Carlo algorithms are heuristic algorithms that solve problems with random process that can give wrong answers.
Las Vegas algorithms are algorithms that solve problems with randomness but get always correct result or knows that it failed. Runtime is finite.
Atlantic City algorithm is a probabilistic polynomial time algorithm that gives correct answer > 50% of the time (or 75% of the time by some definition).