Notoh / JSkills

A detailed implementation of the TrueSkill algorithm in the Java language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSkills

Build Status

A detailed implementation of the TrueSkill algorithm in Java.

Usage

Add the dependency to your Maven file:

<dependency>
    <groupId>de.gesundkrank.jskills</groupId>
    <artifactId>jskills</artifactId>
    <version>1.1</version>
</dependency>

License

See LICENSE in the project root.

About

A detailed implementation of the TrueSkill algorithm in the Java language.

License:MIT License


Languages

Language:Java 100.0%