Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Match Preferences #42

Open
kentwills opened this issue Feb 23, 2017 · 0 comments
Open

User Match Preferences #42

kentwills opened this issue Feb 23, 2017 · 0 comments

Comments

@kentwills
Copy link
Contributor

Currently the matching algorithm in yelp beans can support preferences in two ways:

  1. One is a binary option:
    If the preferences don't match then don't match the people together.
    + Guaranteed match based on preference
    - Increased buckets for matching, if a bucket is odd one person doesn't get matched. Number of buckets == the total of potential people that don't get matched. In the extreme case this is very bad for the population.

  2. The other is a softer option:
    If two people have preferences toward something in particular, increase weighted edges between the two of them.
    + Smaller number of buckets, less people that don't get matched.
    - won't guarantee a match based on interests
    - you have to source interests or generate a basic list for people to choose from

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants