mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 10:12:28 +01:00 
			
		
		
		
	Cleaned up some of the run schedule parts
This commit is contained in:
		@@ -115,7 +115,7 @@ class GaussianDistribution
 | 
			
		||||
    // Computes the absolute difference between two Gaussians
 | 
			
		||||
    public static function subtract(GaussianDistribution $left, GaussianDistribution $right)
 | 
			
		||||
    {
 | 
			
		||||
        return absoluteDifference($left, $right);
 | 
			
		||||
        return GaussianDistribution::absoluteDifference($left, $right);
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    public static function logProductNormalization(GaussianDistribution $left, GaussianDistribution $right)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user