mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-10-31 00:12:29 +01:00 
			
		
		
		
	First time was able to debug w/o file errors. Still lots to go
This commit is contained in:
		| @@ -1,11 +1,11 @@ | ||||
| <?php | ||||
| namespace Moserware\Skills\TrueSkill\Layers; | ||||
|  | ||||
| require_once(dirname(__FILE__) . "../../FactorGraphs/Schedule.php"); | ||||
| require_once(dirname(__FILE__) . "../TrueSkillFactorGraph.php"); | ||||
| require_once(dirname(__FILE__) . "TrueSkillFactorGraphLayer.php"); | ||||
| require_once(dirname(__FILE__) . "TeamPerformancesToTeamPerformanceDifferencesLayer.php"); | ||||
| require_once(dirname(__FILE__) . "TeamDifferencesComparisonLayer.php"); | ||||
| require_once(dirname(__FILE__) . "/../../FactorGraphs/Schedule.php"); | ||||
| require_once(dirname(__FILE__) . "/../TrueSkillFactorGraph.php"); | ||||
| require_once(dirname(__FILE__) . "/TrueSkillFactorGraphLayer.php"); | ||||
| require_once(dirname(__FILE__) . "/TeamPerformancesToTeamPerformanceDifferencesLayer.php"); | ||||
| require_once(dirname(__FILE__) . "/TeamDifferencesComparisonLayer.php"); | ||||
|  | ||||
| use Moserware\Skills\FactorGraphs\ScheduleLoop; | ||||
| use Moserware\Skills\FactorGraphs\ScheduleSequence; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeff Moser
					Jeff Moser