mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 02:02:29 +01:00 
			
		
		
		
	Initial pass at getting up to GaussianWeightedSum running
This commit is contained in:
		@@ -16,7 +16,8 @@ class VariableFactory
 | 
			
		||||
 | 
			
		||||
    public function createBasicVariable()
 | 
			
		||||
    {
 | 
			
		||||
        $newVar = new Variable($this->_variablePriorInitializer());
 | 
			
		||||
        $initializer = $this->_variablePriorInitializer;
 | 
			
		||||
        $newVar = new Variable("variable", $initializer());
 | 
			
		||||
        return $newVar;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user