mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-01 21:34:20 +00:00
Cleaned up some of the run schedule parts
This commit is contained in:
PHPSkills
@ -66,8 +66,8 @@ class GaussianLikelihoodFactor extends GaussianFactor
|
||||
|
||||
public function updateMessageIndex($messageIndex)
|
||||
{
|
||||
$messages = $this->getMessages();
|
||||
$vars = $this->getVariables();
|
||||
$messages = &$this->getMessages();
|
||||
$vars = &$this->getVariables();
|
||||
|
||||
switch ($messageIndex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user