mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-31 13:14:02 +00:00
Tenative pass at getting prior layer working. Found out about division by zero and closure differences.
This commit is contained in:
@ -38,7 +38,7 @@ abstract class FactorGraphLayer
|
||||
return $this->_localFactors;
|
||||
}
|
||||
|
||||
public function &setInputVariablesGroups(&$value)
|
||||
public function setInputVariablesGroups(&$value)
|
||||
{
|
||||
$this->_inputVariablesGroups = $value;
|
||||
}
|
||||
|
Reference in New Issue
Block a user