algorithm - 如何制定elo表

标签 algorithm probability

我想使用 elo table . 有没有一种方法可以在不对整个表格进行硬编码的情况下计算获胜的概率。

据我所知,这不是一条直线。

最佳答案

参见 http://en.wikipedia.org/wiki/Elo_rating_system

查看该页面的文本“玩家 A 的预期得分是”

Ea = 1/((1 + 10^((RB - RA)/400))

其中 Ea 是玩家 A 的预期分数

关于algorithm - 如何制定elo表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13519070/

相关文章:

algorithm - key 选择的均匀随机性详解

python - 检查您是否可以将列表分成 2 以及其中的数字的精确总和

algorithm - shell排序的最快间隙序列?

algorithm - 最大长度为 k 的路径

algorithm - 动态规划 : Find the rectangle in a grid that has the largest sum

algorithm - 找到总和为 n 的所有唯一的 k 个非负整数集

python - 如何确定单词的概率?

matlab - 给定一个协方差矩阵,在Matlab中生成一个高斯随机变量

python ,SimPy : How to generate a value from a triangular probability distribution?

arrays - 数组中两个随机选择的索引之间的平均距离