mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-01 05:34:00 +00:00
Fixed some debugging messages on factors
This commit is contained in:
@ -34,7 +34,7 @@ abstract class GaussianFactor extends Factor
|
||||
return parent::createVariableToMessageBindingWithMessage($variable,
|
||||
new Message(
|
||||
GaussianDistribution::fromPrecisionMean(0, 0),
|
||||
"message from {0} to {1}", $this));
|
||||
sprintf("message from %s to %s", $this, $variable)));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user