]> git.sesse.net Git - wloh/shortlog
wloh
2012-03-18 Steinar H.... Small spelling fix.
2012-03-18 Steinar H.... Add division view.
2012-03-18 Steinar H.... Move CSS out into an external file.
2012-03-18 Steinar H.... Compute and store total log-likelihood of model.
2012-03-18 Steinar H.... Add an optional prior weight. Does not seem to give...
2012-03-18 Steinar H.... Merge branch 'master' of /srv/git.sesse.net/www/wloh
2012-03-18 Steinar H.... Minor constantification.
2012-03-18 Steinar H.... Add an option to dump out the raw scores, for observati...
2012-03-18 Steinar H.... Add an option to dump out the raw scores, for observati...
2012-03-18 Steinar H.... Print the rating next to people in the MC display.
2012-03-17 Steinar H.... Add some disclaimers.
2012-03-17 Steinar H.... README update.
2012-03-17 Steinar H.... Set expires=5m for the ranking.
2012-03-17 Steinar H.... Make a rating page.
2012-03-17 Steinar H.... Also ignore 150-150 matches when training model.
2012-03-17 Steinar H.... Do not print relegation information for the lowest...
2012-03-17 Steinar H.... Submit the form automatically when needed.
2012-03-17 Steinar H.... Set expires to now instead of an arbitary date.
2012-03-17 Steinar H.... Lock season to newest.
2012-03-17 Steinar H.... Fix sanitizing and UTF-8.
2012-03-17 Steinar H.... Support changing divisions etc.
2012-03-17 Steinar H.... A README change.
2012-03-17 Steinar H.... Communicate match stddev from the ratings table to...
2012-03-17 Steinar H.... Fix undefined behavior in the random generator.
2012-03-17 Steinar H.... Import the web frontend, picking out data from the...
2012-03-17 Steinar H.... Add a Monte Carlo simulator.
2012-03-17 Steinar H.... Make the base directory configurable.
2012-03-17 Steinar H.... Make update_prior_sigma care about weight.
2012-03-17 Steinar H.... Optimize for the prior sigma, and stop renormalizing...
2012-03-17 Steinar H.... Add a prior, to smooth out the mu a bit.
2012-03-17 Steinar H.... Skip 0-150 and 150-0 matches for the purpose of the...
2012-03-17 Steinar H.... Properly unlink the temporary file after training.
2012-03-17 Steinar H.... Add a script to sync all data from the master WLoH...
2012-03-17 Steinar H.... Add a script to train the model.
2012-03-17 Steinar H.... Make the output more machine-friendly.
2012-03-17 Steinar H.... Don't print out Hessian by default.
2012-03-17 Steinar H.... Take weight into account in Hessian.
2012-03-17 Steinar H.... Compute the Hessian instead of the Fisher information...
2012-03-17 Steinar H.... Optimize global sigma.
2012-03-16 Steinar H.... Add weight to all matches, and optimize mu based on it.
2012-03-16 Steinar H.... Use sum-of-squares instead absolute-single-greatest...
2012-03-16 Steinar H.... sizeof() should be concrete variables when possible.
2012-03-16 Steinar H.... Increase the max number of iterations a bit.
2012-03-16 Steinar H.... Only dump scores once, at the very end.
2012-03-16 Steinar H.... More sensible dumping.
2012-03-16 Steinar H.... Increase MAX_PLAYERS a lot.
2012-03-16 Steinar H.... Initial commit.