A detailed implementation of the TrueSkill algorithm in Java.
Install this package to your local Maven repository
mvn install
and define the dependency in your project as following
<dependency>
<groupId>jskills</groupId>
<artifactId>jskills</artifactId>
<version>0.9.1-SNAPSHOT</version>
</dependency>
See LICENSE.txt
in the project root.