matchOf

fun matchOf(white: Player, black: Player, impactFactor: Double = 32.0, rangeFactor: Double = 400.0, logisticBase: Double = 10.0, id: Any? = null, round: Int? = null): Match

Creates a match between two players with the given elo calculation parameters or with default values.