use of static in Range implementation.

This commit is contained in:
2023-08-03 14:06:48 +00:00
parent e90b287096
commit eada4f87b3
4 changed files with 7 additions and 8 deletions

View File

@ -61,7 +61,6 @@ class PlayerPriorValuesToSkillsLayer extends TrueSkillFactorGraphLayer
private function createPriorFactor(Rating $priorRating, Variable $skillsVariable): GaussianPriorFactor
{
echo (get_class($this->getParentFactorGraph()).PHP_EOL);
return new GaussianPriorFactor(
$priorRating->getMean(),
BasicMath::square($priorRating->getStandardDeviation()) +