All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.wakingrufus.elo.League.kt Maven / Gradle / Ivy

package com.github.wakingrufus.elo;

data class League(val startingRating: Int = 1500,
                  val xi: Int = 1000,
                  val kFactorBase: Int = 32,
                  val trialPeriod: Int = 10,
                  val trialKFactorMultiplier: Int = 2)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy