Chapter 1

1.1: A First Problem: Stable Matching

The section begins by walking through the context/problem which inspired the creation of the Stable Matching problem; two mathematical economists asked whether or not someone could design a college admissions/job recruitment process which was self-enforcing. I liked that the section began comparing the algorithm to a summer internship application process, as this made the section directly relatable.

The author then goes on to describe the problem in detail, outlining exactly what a stable matching is and why it makes sense to strive for stability. The goal is to obtain a final outcome between two parties where any two such parties could abandon the outcome in a mutual rebellion. The general intuition behind the algorithm is letting one party (here, a man) select another (woman). If the woman is single, they get together. If not, then the woman will examine her preferences, and leave her current man if the proposing man ranks higher than her current partner. But if this is also not the case, the man proposing will be rejected, and the algorithm will continue. With n men and n women, there can be at most n^2 iterations.

I did not fully understand the logic that the author used in the proof of (1.8). It is possible that I am not following it due to notation or general confusion with variables. However, if I could ask any questions, I would seek clarification on the proof of whether each woman is paired with her worst valid partner in S^*. I was discussing the concept that the men have the priority in decision-making in the algorithm, and it was interesting to see the book's standpoint on this concept.

It was refreshing to read over the proofs which we covered in class. It just provides different language and a new way to logic through the problem. An example of this is the proof of (1.6).

After covering the material in class and then going back over it, I still found the reading very interesting. I would rate it at 8/10.

courses/cs211/winter2018/journals/thetfordt/chapter1.txt · Last modified: by thetfordt
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0