mirror of
https://github.com/furyfire/trueskill.git
synced 2025-09-06 10:28:22 +02: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