英文:
Two-Sided Matching in R (without Java)
问题
我需要运行一个双边匹配算法,将成员与主办办公室配对(基本上是医院/住院医生问题或大学入学问题)。R包matchingMarkets非常适合,但由于安全问题,我的IT部门不允许在我的工作计算机上安装Java开发人员。是否有变通方法或另一个可以在不使用Java或C ++的情况下进行双边匹配的R包?
英文:
I need to run a two-sided matching algorithm to place fellows with host offices (essentially the hospital/residents problem or the college admissions problem). The R package matchingMarkets would be perfect but due to security issues my IT department will not allow installation of a Java developer onto my work computer. Is there a workaround or another R package that can do two-sided matching without the use of Java or C++?
答案1
得分: 1
《优化* CRAN 任务视图](https://cran.r-project.org/web/views/Optimization.html) 列出了另一个包,‘matchingR’,该包执行双边匹配。不妨尝试一下。
英文:
The Optimisation CRAN task view lists another package, ‘matchingR’, that performs two-sided matching. Give it a shot.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论