mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-01 21:34:20 +00:00
Fixed factor list probability of ranking error due to missing factors from the iterated layer
This commit is contained in:
@ -52,10 +52,7 @@ class FactorGraphTrueSkillCalculator extends SkillCalculator
|
||||
$factorGraph = new TrueSkillFactorGraph($gameInfo, $teams, $teamRanks);
|
||||
$factorGraph->buildGraph();
|
||||
$factorGraph->runSchedule();
|
||||
|
||||
$test = $factorGraph->getUpdatedRatings();
|
||||
|
||||
// DEBUG: Fix this :)
|
||||
|
||||
$probabilityOfOutcome = $factorGraph->getProbabilityOfRanking();
|
||||
|
||||
return $factorGraph->getUpdatedRatings();
|
||||
|
Reference in New Issue
Block a user