コード例 #1
0
ファイル: trueskill_simple.py プロジェクト: lianhaoqu/PSkills
	def __init__(self):
		super(TwoTeamTrueSkillCalculator, self).__init__(SupportedOptions.NONE, exactly(2), atLeast(1))
コード例 #2
0
ファイル: ts_factorgraph.py プロジェクト: lianhaoqu/PSkills
	def __init__(self):
		super(FactorGraphTrueSkillCalculator, self).__init__(SupportedOptions.PARTIAL_PLAY | SupportedOptions.PARTIAL_UPDATE, atLeast(2), atLeast(1))