mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-19 12:24:28 +00:00
Optimization efforts
This commit is contained in:
@ -181,7 +181,6 @@ class GaussianWeightedSumFactor extends GaussianFactor
|
||||
}
|
||||
|
||||
$newPrecision = 1.0 / $inverseOfNewPrecisionSum;
|
||||
$anotherNewPrecision = 1.0 / $anotherInverseOfNewPrecisionSum;
|
||||
|
||||
$newPrecisionMean = $newPrecision * $weightedMeanSum;
|
||||
|
||||
|
Reference in New Issue
Block a user