mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-20 16:48:04 +00: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