A detailed implementation of the TrueSkill algorithm to go along with my "Computing Your Skill" blog post
Stars
415
Forks
137
Watchers
415
Open Issues
9
Overall repository health assessment
No package.json found
This might not be a Node.js project
17
commits
Added a Sample project that is the Moserware.Skills.Sample NuGet package
ee312fdView on GitHubAdded basic NuGet support. Package is now available as "Moserware.Skills"
668fde5View on GitHubUpdated README to not indicate NUnit version and instead rely on NuGet
81e7591View on GitHubUse correct standard deviation multiplier in Rating.ConservativeRating
3fa89d7View on GitHubRemoved some more cruft that was left behind from debugging
31c4d5aView on GitHubRemoved some old debugging vestiges of _CreatedVariables from the variable factories
8c31881View on GitHubRemoved references to a Variable's factory from Variable itself. They were used early on in debugging.
6a47da2View on GitHubFixed a rounding bug in the Matrix GetHashCode that would cause matrices that were deemed equal to not have the same hash code
9bc97faView on GitHubUpdated GaussianDistributionTests.cs based off feedback from nsp
592a82bView on GitHubDecided to add back building UnitTests in the .sln after accepting dlh's change to always make InternalsVisibleTo UnitTests dll.
67cada3View on GitHubPulled dlh's changes and added a few more entries to .gitignore
b37e76fView on GitHub