mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-31 13:14:02 +00:00
More debugging name cleanups along with a few reference tweaks. Next up: fixing the schedule and running it
This commit is contained in:
@ -43,9 +43,9 @@ abstract class FactorGraphLayer
|
||||
$this->_inputVariablesGroups = $value;
|
||||
}
|
||||
|
||||
protected function scheduleSequence(&$itemsToSequence)
|
||||
protected function scheduleSequence(&$itemsToSequence, $name)
|
||||
{
|
||||
return new ScheduleSequence("TODO", $itemsToSequence);
|
||||
return new ScheduleSequence($name, $itemsToSequence);
|
||||
}
|
||||
|
||||
protected function addLayerFactor(&$factor)
|
||||
|
Reference in New Issue
Block a user