mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 02:02:29 +01:00 
			
		
		
		
	More testing and reporting
This commit is contained in:
		@@ -8,11 +8,6 @@ class FactorGraph
 | 
			
		||||
{
 | 
			
		||||
    private VariableFactory $variableFactory;
 | 
			
		||||
 | 
			
		||||
    public function __construct(VariableFactory $factory)
 | 
			
		||||
    {
 | 
			
		||||
        $this->variableFactory = $factory;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function getVariableFactory(): VariableFactory
 | 
			
		||||
    {
 | 
			
		||||
        return $this->variableFactory;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user