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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.