mirror of
https://github.com/furyfire/trueskill.git
synced 2026-01-08 06:06:56 +01:00
Initial pass at getting up to GaussianWeightedSum running
This commit is contained in:
@@ -14,7 +14,7 @@ class PartialPlay
|
||||
return 1.0;
|
||||
}
|
||||
|
||||
$partialPlayPercentage = $partialPlay->getPartialPlayPercentage();
|
||||
$partialPlayPercentage = $player->getPartialPlayPercentage();
|
||||
|
||||
// HACK to get around bug near 0
|
||||
$smallestPercentage = 0.0001;
|
||||
|
||||
Reference in New Issue
Block a user