This website requires JavaScript.
Explore
Help
Sign In
jct
/
trueskill
Watch
1
Star
0
Fork
0
You've already forked trueskill
mirror of
https://github.com/furyfire/trueskill.git
synced
2025-01-16 01:47:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Moved UnitTests to tests/ and Skills to src/
Browse Source
...
This commit is contained in:
Alexander Liljengård
2016-05-24 13:53:56 +02:00
parent
11b5033c8a
commit
4ab0c5d719
64 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
0
Skills/Elo/EloRating.php → src/Elo/EloRating.php
Unescape
Escape
View File
0
Skills/Elo/FideEloCalculator.php → src/Elo/FideEloCalculator.php
Unescape
Escape
View File
0
Skills/Elo/FideKFactor.php → src/Elo/FideKFactor.php
Unescape
Escape
View File
0
Skills/Elo/GaussianEloCalculator.php → src/Elo/GaussianEloCalculator.php
Unescape
Escape
View File
0
Skills/Elo/KFactor.php → src/Elo/KFactor.php
Unescape
Escape
View File
0
Skills/Elo/TwoPlayerEloCalculator.php → src/Elo/TwoPlayerEloCalculator.php
Unescape
Escape
View File
0
Skills/FactorGraphs/Factor.php → src/FactorGraphs/Factor.php
Unescape
Escape
View File
0
Skills/FactorGraphs/FactorGraph.php → src/FactorGraphs/FactorGraph.php
Unescape
Escape
View File
0
Skills/FactorGraphs/FactorGraphLayer.php → src/FactorGraphs/FactorGraphLayer.php
Unescape
Escape
View File
0
Skills/FactorGraphs/FactorList.php → src/FactorGraphs/FactorList.php
Unescape
Escape
View File
0
Skills/FactorGraphs/Message.php → src/FactorGraphs/Message.php
Unescape
Escape
View File
0
Skills/FactorGraphs/Schedule.php → src/FactorGraphs/Schedule.php
Unescape
Escape
View File
0
Skills/FactorGraphs/Variable.php → src/FactorGraphs/Variable.php
Unescape
Escape
View File
0
Skills/FactorGraphs/VariableFactory.php → src/FactorGraphs/VariableFactory.php
Unescape
Escape
View File
0
Skills/GameInfo.php → src/GameInfo.php
Unescape
Escape
View File
0
Skills/Guard.php → src/Guard.php
Unescape
Escape
View File
0
Skills/HashMap.php → src/HashMap.php
Unescape
Escape
View File
0
Skills/ISupportPartialPlay.php → src/ISupportPartialPlay.php
Unescape
Escape
View File
0
Skills/ISupportPartialUpdate.php → src/ISupportPartialUpdate.php
Unescape
Escape
View File
0
Skills/Numerics/BasicMath.php → src/Numerics/BasicMath.php
Unescape
Escape
View File
0
Skills/Numerics/GaussianDistribution.php → src/Numerics/GaussianDistribution.php
Unescape
Escape
View File
0
Skills/Numerics/Matrix.php → src/Numerics/Matrix.php
Unescape
Escape
View File
0
Skills/Numerics/Range.php → src/Numerics/Range.php
Unescape
Escape
View File
0
Skills/PairwiseComparison.php → src/PairwiseComparison.php
Unescape
Escape
View File
0
Skills/PartialPlay.php → src/PartialPlay.php
Unescape
Escape
View File
0
Skills/Player.php → src/Player.php
Unescape
Escape
View File
0
Skills/PlayersRange.php → src/PlayersRange.php
Unescape
Escape
View File
0
Skills/RankSorter.php → src/RankSorter.php
Unescape
Escape
View File
0
Skills/Rating.php → src/Rating.php
Unescape
Escape
View File
0
Skills/RatingContainer.php → src/RatingContainer.php
Unescape
Escape
View File
0
Skills/SkillCalculator.php → src/SkillCalculator.php
Unescape
Escape
View File
0
Skills/Team.php → src/Team.php
Unescape
Escape
View File
0
Skills/Teams.php → src/Teams.php
Unescape
Escape
View File
0
Skills/TeamsRange.php → src/TeamsRange.php
Unescape
Escape
View File
0
Skills/TrueSkill/DrawMargin.php → src/TrueSkill/DrawMargin.php
Unescape
Escape
View File
0
Skills/TrueSkill/FactorGraphTrueSkillCalculator.php → src/TrueSkill/FactorGraphTrueSkillCalculator.php
Unescape
Escape
View File
0
Skills/TrueSkill/Factors/GaussianFactor.php → src/TrueSkill/Factors/GaussianFactor.php
Unescape
Escape
View File
0
Skills/TrueSkill/Factors/GaussianGreaterThanFactor.php → src/TrueSkill/Factors/GaussianGreaterThanFactor.php
Unescape
Escape
View File
0
Skills/TrueSkill/Factors/GaussianLikelihoodFactor.php → src/TrueSkill/Factors/GaussianLikelihoodFactor.php
Unescape
Escape
View File
0
Skills/TrueSkill/Factors/GaussianPriorFactor.php → src/TrueSkill/Factors/GaussianPriorFactor.php
Unescape
Escape
View File
0
Skills/TrueSkill/Factors/GaussianWeightedSumFactor.php → src/TrueSkill/Factors/GaussianWeightedSumFactor.php
Unescape
Escape
View File
0
Skills/TrueSkill/Factors/GaussianWithinFactor.php → src/TrueSkill/Factors/GaussianWithinFactor.php
Unescape
Escape
View File
0
Skills/TrueSkill/Layers/IteratedTeamDifferencesInnerLayer.php → src/TrueSkill/Layers/IteratedTeamDifferencesInnerLayer.php
Unescape
Escape
View File
0
Skills/TrueSkill/Layers/PlayerPerformancesToTeamPerformancesLayer.php → src/TrueSkill/Layers/PlayerPerformancesToTeamPerformancesLayer.php
Unescape
Escape
View File
0
Skills/TrueSkill/Layers/PlayerPriorValuesToSkillsLayer.php → src/TrueSkill/Layers/PlayerPriorValuesToSkillsLayer.php
Unescape
Escape
View File
0
Skills/TrueSkill/Layers/PlayerSkillsToPerformancesLayer.php → src/TrueSkill/Layers/PlayerSkillsToPerformancesLayer.php
Unescape
Escape
View File
0
Skills/TrueSkill/Layers/TeamDifferencesComparisonLayer.php → src/TrueSkill/Layers/TeamDifferencesComparisonLayer.php
Unescape
Escape
View File
0
Skills/TrueSkill/Layers/TeamPerformancesToTeamPerformanceDifferencesLayer.php → src/TrueSkill/Layers/TeamPerformancesToTeamPerformanceDifferencesLayer.php
Unescape
Escape
View File
0
Skills/TrueSkill/Layers/TrueSkillFactorGraphLayer.php → src/TrueSkill/Layers/TrueSkillFactorGraphLayer.php
Unescape
Escape
View File
0
Skills/TrueSkill/TrueSkillFactorGraph.php → src/TrueSkill/TrueSkillFactorGraph.php
Unescape
Escape
View File
0
Skills/TrueSkill/TruncatedGaussianCorrectionFunctions.php → src/TrueSkill/TruncatedGaussianCorrectionFunctions.php
Unescape
Escape
View File
0
Skills/TrueSkill/TwoPlayerTrueSkillCalculator.php → src/TrueSkill/TwoPlayerTrueSkillCalculator.php
Unescape
Escape
View File
0
Skills/TrueSkill/TwoTeamTrueSkillCalculator.php → src/TrueSkill/TwoTeamTrueSkillCalculator.php
Unescape
Escape
View File
0
UnitTests/Elo/EloAssert.php → tests/Elo/EloAssert.php
Unescape
Escape
View File
0
UnitTests/Elo/FideEloCalculatorTest.php → tests/Elo/FideEloCalculatorTest.php
Unescape
Escape
View File
0
UnitTests/Numerics/BasicMathTest.php → tests/Numerics/BasicMathTest.php
Unescape
Escape
View File
0
UnitTests/Numerics/GaussianDistributionTest.php → tests/Numerics/GaussianDistributionTest.php
Unescape
Escape
View File
0
UnitTests/Numerics/MatrixTest.php → tests/Numerics/MatrixTest.php
Unescape
Escape
View File
0
UnitTests/RankSorterTest.php → tests/RankSorterTest.php
Unescape
Escape
View File
0
UnitTests/TrueSkill/DrawMarginTest.php → tests/TrueSkill/DrawMarginTest.php
Unescape
Escape
View File
0
UnitTests/TrueSkill/FactorGraphTeamTrueSkillCalculatorTest.php → tests/TrueSkill/FactorGraphTeamTrueSkillCalculatorTest.php
Unescape
Escape
View File
0
UnitTests/TrueSkill/TrueSkillCalculatorTests.php → tests/TrueSkill/TrueSkillCalculatorTests.php
Unescape
Escape
View File
0
UnitTests/TrueSkill/TwoPlayerTrueSkillCalculatorTest.php → tests/TrueSkill/TwoPlayerTrueSkillCalculatorTest.php
Unescape
Escape
View File
0
UnitTests/TrueSkill/TwoTeamTrueSkillCalculatorTest.php → tests/TrueSkill/TwoTeamTrueSkillCalculatorTest.php
Unescape
Escape
View File
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
jct/trueskill
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block