mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-29 04:13:22 +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:
@ -72,7 +72,7 @@ class Rating
|
||||
|
||||
public function __toString()
|
||||
{
|
||||
return 'mean=' . $this->_mean . ' standardDeviation=' . $this->_standardDeviation;
|
||||
return sprintf("mean=%.4f, standardDeviation=%.4f", $this->_mean, $this->_standardDeviation);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user