matchingR
matchingR copied to clipboard
Algorithms for Matching Markets in R and C++
I would like to set slots for some of the colleges zero, such as this: ```r studentPref
Hi, I have been attempting to apply the galeShapley.collegeAdmissions() function in R to a dataset with the following dimensions: Number of applicants: 62.941 Number of colleges: 3534 I run into...
Hello, Is this possible to use galeShapley.collegeAdmissions with incomplete preferences of students over colleges and of colleges over students?
> uM = matrix(c(1.0, 0.5, 0.0, + 0.5, 0.0, 0.5), nrow = 2, ncol = 3, byrow = TRUE) > > uW = matrix(c(0.0, 1.0, + 0.5, 0.0, + 1.0,...
The output from the algorithm doesn't preserve the row and column names associated with the input matrices, can you please add an option to keep them?
Thanks very much for this package! I am running `roommate(utils=utils)` 1000s of times with changing `utils` but small population size (N < 1000). So, any overhead adds up. For small...