mirror of
https://github.com/furyfire/trueskill.git
synced 2025-09-06 02:18:23 +02: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