mirror of
https://github.com/furyfire/trueskill.git
synced 2025-06-27 23:21:32 +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