Investor Day
blog.ycombinator.com
Investor Day
1–10 of 92 posts
Re: Investor Day
#2Re: Investor Day
#3I assume this is using the same or similar algorithm as the NRMP algorithm uses for U.S. residency match day?
Re: Investor Day
#4I assume this is using the same or similar algorithm as the NRMP algorithm uses for U.S. residency match day?
Re: Investor Day
#5I assume this is using the same or similar algorithm as the NRMP algorithm uses for U.S. residency match day?
This algorithm is outlined by the stable marriage problem for those that are interested.
Re: Investor Day
#6I assume this is using the same or similar algorithm as the NRMP algorithm uses for U.S. residency match day?
Almost definitely. Stable matching is a very well understood problem, and as far as I can tell investor day is a textbook example of it.
Re: Investor Day
#7Sounds like the backend of a dating site for startups and investors.
Re: Investor Day
#8I assume this is using the same or similar algorithm as the NRMP algorithm uses for U.S. residency match day?
Yeah, the Stable Marriage problem provides a solution for matching these ordered preferences between two sets of people/elements: https://en.wikipedia.org/wiki/Stable_marriage_problem
Re: Investor Day
#9I assume this is using the same or similar algorithm as the NRMP algorithm uses for U.S. residency match day?
I assume so as well. This algorithm is outlined by the stable marriage problem for those that are interested.
But regardless, I believe the algorithm is roughly the same as the NRMP algorithm: you run through multiple rounds where you look at each combination of company and investor. If both sides would prefer that they meet with each other, rather than the people they're already paired with, then you reassign them. Once you've done that several times you arrive at a stable state.