mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 10:12:28 +01:00 
			
		
		
		
	Start of the long road towards debugging it to work
This commit is contained in:
		@@ -1,11 +1,11 @@
 | 
			
		||||
<?php
 | 
			
		||||
namespace Moserware\Skills\TrueSkill;
 | 
			
		||||
 | 
			
		||||
require_once(dirname(__FILE__) . '../Rating.php');
 | 
			
		||||
require_once(dirname(__FILE__) . '../FactorGraphs/FactorList.php');
 | 
			
		||||
require_once(dirname(__FILE__) . '../FactorGraphs/Schedule.php');
 | 
			
		||||
require_once(dirname(__FILE__) . '../FactorGraphs/VariableFactory.php');
 | 
			
		||||
require_once(dirname(__FILE__) . '../Numerics/GaussianDistribution.php');
 | 
			
		||||
require_once(dirname(__FILE__) . './../Rating.php');
 | 
			
		||||
require_once(dirname(__FILE__) . './../FactorGraphs/FactorList.php');
 | 
			
		||||
require_once(dirname(__FILE__) . './../FactorGraphs/Schedule.php');
 | 
			
		||||
require_once(dirname(__FILE__) . './../FactorGraphs/VariableFactory.php');
 | 
			
		||||
require_once(dirname(__FILE__) . './../Numerics/GaussianDistribution.php');
 | 
			
		||||
require_once(dirname(__FILE__) . '/Layers/PlayerPriorValuesToSkillsLayer.php');
 | 
			
		||||
require_once(dirname(__FILE__) . '/Layers/PlayerSkillsToPerformancesLayer.php');
 | 
			
		||||
require_once(dirname(__FILE__) . '/Layers/IteratedTeamDifferencesInnerLayer.php');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user