mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-20 16:48:04 +00:00
Initial pass at getting up to GaussianWeightedSum running
This commit is contained in:
@ -75,7 +75,7 @@ class TrueSkillFactorGraph extends FactorGraph
|
||||
|
||||
$currentLayer->buildLayer();
|
||||
|
||||
$lastOutput = $currentLayer->getOutputVariablesGroups();
|
||||
$lastOutput = &$currentLayer->getOutputVariablesGroups();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user