Commit Graph

197 Commits

Author SHA1 Message Date
Jeff Moser
fc6cd5c961 It gets a result... unfortunately it's wrong. But hey, that's progress :) Lots of debugging code left in to make up for a less than ideal debugger 2010-10-02 21:15:47 -04:00
Jeff Moser
c22683ab33 Fixed an array size issue because of ignored 0 value 2010-10-02 14:17:48 -04:00
Jeff Moser
803a0816a8 Another pass at fixing up references 2010-09-30 08:25:31 -04:00
Jeff Moser
5368f7528e Checkpoint before another reference pass 2010-09-30 07:07:05 -04:00
Jeff Moser
4c7cfef8d6 Slight tweaks based off references and need for a RatingContainer 2010-09-28 22:40:54 -04:00
Jeff Moser
a45a1c47da Cleaned up some of the run schedule parts 2010-09-28 08:12:06 -04:00
Jeff Moser
196d09429a More debugging name cleanups along with a few reference tweaks. Next up: fixing the schedule and running it 2010-09-27 22:26:28 -04:00
Jeff Moser
f816a766d7 Fixed some debugging messages on factors 2010-09-27 08:00:22 -04:00
Jeff Moser
5cb1919c21 Start of journey to actually give real names to factor graph variables using more PHP style 2010-09-26 21:43:17 -04:00
Jeff Moser
f0f0ab7761 Updated method call reference 2010-09-26 20:56:58 -04:00
Jeff Moser
467d508f00 Updated some weighted sum arrays 2010-09-26 18:32:18 -04:00
Jeff Moser
04c911742d Some reference updates and adding the needed array(...) scope to existing data for single team values 2010-09-25 22:40:56 -04:00
Jeff Moser
8e9e2d0d86 First pass at building the graph, but still off from running it 2010-09-25 22:16:47 -04:00
Jeff Moser
eee44c9746 Fix a few bugs in GaussianWeightedSumFactor 2010-09-25 20:12:38 -04:00
Jeff Moser
f7d76b02a9 Initial pass at getting up to GaussianWeightedSum running 2010-09-25 19:26:57 -04:00
Jeff Moser
fa10d276d6 Tenative pass at getting prior layer working. Found out about division by zero and closure differences. 2010-09-25 18:25:56 -04:00
Jeff Moser
086d94865f More debugging and realizing how PHP does references 2010-09-25 15:46:23 -04:00
Jeff Moser
e8d444e7da Now it throws an error, but at least it runs something 2010-09-25 12:50:33 -04:00
Jeff Moser
c4c6128c57 First time was able to debug w/o file errors. Still lots to go 2010-09-25 10:15:51 -04:00
Jeff Moser
f081a6a70a Start of the long road towards debugging it to work 2010-09-23 22:14:56 -04:00
Jeff Moser
99e1adf7df Moved files to their right spot 2010-09-18 21:22:00 -04:00
Jeff Moser
f2eca28f29 Added more header stuff (requires and uses) along with a forgotten PartialPlay 2010-09-18 21:19:51 -04:00
Jeff Moser
071bf16569 Added/converted a file I missed earlier (TrueSkillFactorGraph) and started adding using's and require_once's 2010-09-18 17:56:57 -04:00
Jeff Moser
4748e7453a First time of no blatant syntax errors 2010-09-18 15:24:36 -04:00
Jeff Moser
e434696b44 Start of factor graph port. Things don't work yet, but a lot of syntax updates towards PHP 2010-09-18 11:11:44 -04:00
Jeff Moser
4a76cc34cc Finished up matrix tests and fixed a few bugs 2010-09-03 07:25:55 -04:00
Jeff Moser
2c5c00f88b Added equals test and fixed some bugs 2010-09-01 22:17:00 -04:00
Jeff Moser
9325d14bfb Added some more Matrix tests 2010-09-01 08:21:10 -04:00
Jeff Moser
12417dc874 First Matrix unit test 2010-08-31 22:24:05 -04:00
Jeff Moser
a7fd0aab5e First draft of Matrix class 2010-08-31 08:24:12 -04:00
Jeff Moser
e45c2c7cc9 Added many more two team tests 2010-08-29 18:28:05 -04:00
Jeff Moser
a19f565dc9 First time I got the two team TrueSkill calculator up and running 2010-08-29 16:40:03 -04:00
Jeff Moser
12a02b8403 First TwoPlayerTrueSkillCalculator unit test passed 2010-08-28 22:05:41 -04:00
Jeff Moser
31c4d5a3a7 Removed some more cruft that was left behind from debugging 2010-05-03 06:23:44 -04:00
Jeff Moser
8c31881d13 Removed some old debugging vestiges of _CreatedVariables from the variable factories 2010-05-02 21:31:09 -04:00
Jeff Moser
6a47da245f Removed references to a Variable's factory from Variable itself. They were used early on in debugging. 2010-05-02 21:26:31 -04:00
Jeff Moser
9bc97fa1c3 Fixed a rounding bug in the Matrix GetHashCode that would cause matrices that were deemed equal to not have the same hash code 2010-04-25 21:50:46 -04:00
Jeff Moser
592a82b423 Updated GaussianDistributionTests.cs based off feedback from nsp 2010-04-19 07:39:24 -04:00
Jeff Moser
67cada345e Decided to add back building UnitTests in the .sln after accepting dlh's change to always make InternalsVisibleTo UnitTests dll. 2010-03-19 09:57:12 -04:00
Jeff Moser
b37e76f100 Pulled dlh's changes and added a few more entries to .gitignore 2010-03-19 09:44:54 -04:00
Daniel Lee Harple
a0ad1929ee Added ignores 2010-03-19 05:08:58 -04:00
Daniel Lee Harple
62fd3194d0 Added basic cmake build system 2010-03-19 05:06:37 -04:00
Daniel Lee Harple
e01f7d1620 Always make internals visible to UnitTests, so tests can be run in non-debug builds. 2010-03-19 05:04:40 -04:00
Jeff Moser
76c130bf43 Fixed .SLN so that Release builds correctly. Thanks to Jacob Carpenter for noticing it 2010-03-18 18:28:24 -04:00
Jeff Moser
ddbae4b47a Removed .suo file 2010-03-18 09:12:57 -04:00
Jeff Moser
3d1a26a6e3 Added root README.txt 2010-03-18 07:43:44 -04:00
Jeff Moser
cb46631ff8 Initial version of Moserware.Skills TrueSkill calculator to go along with my Computing Your Skill blog post 2010-03-18 07:39:48 -04:00