gpt4 book ai didi

python - 从比赛结果到使用 Trueskill 进行评分(在 Python 中)

转载 作者:塔克拉玛干 更新时间:2023-11-03 06:24:46 28 4
gpt4 key购买 nike

我正在尝试在 Python 中使用 Trueskill,特别是这个库:http://trueskill.org/ , 从比赛结果中生成评分。

但是,我没有看到执行此操作的明显方法。根据站点上的文档,给定两个评级,一个可以模拟通过 rate_1vs1 更新的评级。但我没有反其道而行之,即给定比赛结果并为所有球员生成评分。

有什么提示吗?还是我应该使用其他实现?谢谢。

最佳答案

嗯,事实上 rate_1vs1 是要走的路。通过查看源代码,我认为假设是第一个参数是赢家。即,

# if alice win
alice, bob = rate_1vs1(alice, bob)
# if bob win
bob, alice = rate_1vs1(bob, alice)
# if drawn
alice, bob = rate_1vs1(alice, bob, drawn=True) # order doesn't matter in this case

关于python - 从比赛结果到使用 Trueskill 进行评分(在 Python 中),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27372986/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com