Last edited: August 8, 2025
- “Are the nodes system independent of the class system?”
- Does the model require a set of L2 class?
- Can we build the model to take advantage of as many 10* things as possible?
- A preso
- Demo of a kid moving through MVP vis a vis advantage over just taking all classes
- Naming skills that would go on the graph
- Figuring: comparability with flattening like in a L1 system
Last edited: August 8, 2025
The Stable Matching Problem is Wes Chao’s favourite algorithm.
Consider two populations, \(A\) and \(B\), who want to form paired relationships between a person \(A\) and \(B\). \(A_i\) has a list of their ranked order matches (I want to be paired with \(B_1\) most, \(B_4\) second, etc.), and so does \(B_i\) (I want to be paired with \(A_4\) most \(A_9\) second, etc.)
We want to discover a stable matching, where pairs are most unwilling to move. We can solve it using the stable matching algorithm.
