pH7Software / pH7-Social-Dating-CMS

😻 pH7Builder (formerly pH7CMS) is a Professional & Open Source Social Dating CMS written in PHP 8 🚀 This Social Dating Script aims to be low resource-intensive, powerful and secure. pH7Builder includes over 40 modules. It is the first Professional, Free & Open Source Social Dating Site Builder Software and the first choice for enterprise level Da
https://pH7Builder.com
MIT License
960 stars 575 forks source link

Implement the Elo Algorithm #753

Open pH-7 opened 4 years ago

pH-7 commented 4 years ago

Investigate to implement the Elo Algorithm to the matchmaking system

https://en.wikipedia.org/wiki/Elo_rating_system#Other_usage

Undefined-Variables commented 4 years ago

@pH-7 this is very interesting. Nice!

no-identd commented 4 years ago

Tinder no longer uses the Elo algorithm because it didn't work for them. (Google it if you don't believe me.) If you wanna take an actually algorithmic approach to this, I'd suggest maybe starting with this paper:

https://arxiv.org/abs/1905.07342

pH-7 commented 3 years ago

Tinder no longer uses the Elo algorithm because it didn't work for them. (Google it if you don't believe me.) If you wanna take an actually algorithmic approach to this, I'd suggest maybe starting with this paper:

https://arxiv.org/abs/1905.07342

Interesting indeed! Thanks very much for sharing this paper @no-identd

Any further suggestions are always very welcome 🤗