mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 10:12:28 +01:00 
			
		
		
		
	Initial pass at getting up to GaussianWeightedSum running
This commit is contained in:
		@@ -14,7 +14,7 @@ class PartialPlay
 | 
			
		||||
            return 1.0;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        $partialPlayPercentage = $partialPlay->getPartialPlayPercentage();
 | 
			
		||||
        $partialPlayPercentage = $player->getPartialPlayPercentage();
 | 
			
		||||
 | 
			
		||||
        // HACK to get around bug near 0
 | 
			
		||||
        $smallestPercentage = 0.0001;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user