| Package | Description |
|---|---|
| com.threerings.parlor.rating.server |
| Modifier and Type | Method and Description |
|---|---|
static float |
Rating.computeAdjustment(float W,
int opprat,
Rating rating)
Computes a ratings adjustment for the given player, using a modified
version of the FIDE Chess rating system as:
|
static int |
Rating.computeRating(Rating[] ratings,
int pidx,
float W)
Computes a player's updated rating using a modified version of the
FIDE/ELO system.
|
Copyright © 2015. All rights reserved.