]> git.sesse.net Git - wloh/shortlog
wloh
2012-03-25 Steinar H.... Factor out some HTML headers and footers.
2012-03-25 Steinar H.... Factor out fetching of aux parameters.
2012-03-25 Steinar H.... Factor player and rating fetching into its own function.
2012-03-25 Steinar H.... Factor out the parameter saving into its own function.
2012-03-25 Steinar H.... Factor out fetching of the covariance matrix into its...
2012-03-25 Steinar H.... Factor out the division selector into its own function.
2012-03-25 Steinar H.... Factor out subdivision-fetching code.
2012-03-25 Steinar H.... Factor out division-fetching code.
2012-03-25 Steinar H.... Factor out get_max_season into a function.
2012-03-25 Steinar H.... Add a function to the MC simulator to find the most...
2012-03-23 Steinar H.... Add average rating display.
2012-03-22 Steinar H.... Fix a leftover 1700 value in the README.
2012-03-22 Steinar H.... Output when we last synced.
2012-03-20 Steinar H.... Spelling fixes.
2012-03-20 Steinar H.... Use covariance matrix under Monte Carlo simulation...
2012-03-20 Steinar H.... Store covariance matrix when training model.
2012-03-20 Steinar H.... Use the matrix class from Eigen directly instead of...
2012-03-20 Steinar H.... Invert the Hessian using Eigen instead of just using...
2012-03-19 Steinar H.... Make the pages validate as XHTML 1.1.
2012-03-19 Steinar H.... Back up all tables, not just the ones we need themselves.
2012-03-19 Steinar H.... When doing Monte Carlo, player strength should be const...
2012-03-19 Steinar H.... Take standard deviation of estimated mu into account...
2012-03-19 Steinar H.... Take prior into account when computing Hessian.
2012-03-19 Steinar H.... Update README with information that we have stddevs...
2012-03-19 Steinar H.... Small typofix in README.
2012-03-19 Steinar H.... Fix rating display after the stddev changes.
2012-03-18 Steinar H.... When training, only include players with games.
2012-03-18 Steinar H.... Show rating standard deviation.
2012-03-18 Steinar H.... Compute and calculate standard deviations.
2012-03-18 Steinar H.... Remove individual sigmas.
2012-03-18 Steinar H.... Update README with new information about calculation...
2012-03-18 Steinar H.... Make the Hessian calculation use the new all_matches...
2012-03-18 Steinar H.... Store a vector of all matches; 90% of the time was...
2012-03-18 Steinar H.... Fix update_prior_sigma(); it should not have anything...
2012-03-18 Steinar H.... Fix a missing argument to printf.
2012-03-18 Steinar H.... Add a "ratings explained" page.
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.