A simple implementation of the glicko 2 algorithm.
Categories
GamesLicense
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow glicko 2 php library
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
I understand it is more than a year since the last update, but with all the five star comments I can not understand what happened at that update. In the current state, this does not work as intended: * According to instructions, the function call is $Object->Update(), where in reality it needs to be $Object->Update(NULL) or some other argument. * $M is often used instead of $this->M, causing the class not to function at all. * $M is at places misspelled $m * $this-> is missing in several other places. * $deltasq is misspelled $deltadg at one point. These are the ones I found now, but it is clear it has not been tested.