mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 10:12:28 +01:00 
			
		
		
		
	Added more header stuff (requires and uses) along with a forgotten PartialPlay
This commit is contained in:
		@@ -1,14 +1,16 @@
 | 
			
		||||
<?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");
 | 
			
		||||
 | 
			
		||||
use Moserware\Skills\FactorGraphs\ScheduleLoop;
 | 
			
		||||
use Moserware\Skills\FactorGraphs\ScheduleSequence;
 | 
			
		||||
use Moserware\Skills\FactorGraphs\ScheduleStep;
 | 
			
		||||
use Moserware\Skills\TrueSkill\TrueSkillFactorGraph;
 | 
			
		||||
 | 
			
		||||
// The whole purpose of this is to do a loop on the bottom
 | 
			
		||||
class IteratedTeamDifferencesInnerLayer extends TrueSkillFactorGraphLayer
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user