diff options
author | wiz <wiz@pkgsrc.org> | 2012-05-16 19:40:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-05-16 19:40:44 +0000 |
commit | 2b44321f4354615d1757ea4bcbf2f24cb6dc9cc1 (patch) | |
tree | 0bec40626392b4204419de7034cea39e9946ab09 /games/py-trueskill/DESCR | |
parent | 7346b348982f2786862e29030a37fc51d0ede8cf (diff) | |
download | pkgsrc-2b44321f4354615d1757ea4bcbf2f24cb6dc9cc1.tar.gz |
Initial import of py-trueskill-0.1.3:
TrueSkill(tm) is a rating system among game players. It has been
used on Xbox Live to rank and match players. TrueSkill system
quantizes `TRUE' skill points by a Bayesian inference algorithm.
This project is a Python package which implements TrueSkill(tm)
rating system.
Diffstat (limited to 'games/py-trueskill/DESCR')
-rw-r--r-- | games/py-trueskill/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/py-trueskill/DESCR b/games/py-trueskill/DESCR new file mode 100644 index 00000000000..3dd2ad4265b --- /dev/null +++ b/games/py-trueskill/DESCR @@ -0,0 +1,6 @@ +TrueSkill(tm) is a rating system among game players. It has been +used on Xbox Live to rank and match players. TrueSkill system +quantizes `TRUE' skill points by a Bayesian inference algorithm. + +This project is a Python package which implements TrueSkill(tm) +rating system. |