]> git.sesse.net Git - wloh/shortlog
wloh
2012-06-10 Steinar H.... Convert index.pl to templates.
2012-06-09 Steinar H.... Convert rating.pl to XML::Template. It is dog-slow...
2012-06-09 Steinar H.... Pick old results from fotballresultater_2123.
2012-06-09 Steinar H.... Add a hidden option to show the covariance matrix.
2012-06-07 Steinar H.... Merge branch 'master' of /srv/git.sesse.net/www/wloh
2012-06-07 Steinar H.... Properly take locale into account when calculating...
2012-06-03 Steinar H.... As a hotfix, do not use not-yet-started languages....
2012-05-30 Steinar H.... Don't print navbar in scenario iframe.
2012-05-30 Steinar H.... Add a language navbar at the top.
2012-05-30 Steinar H.... Limit subdivision display to the right locale.
2012-05-30 Steinar H.... Train one model (with its own aux parms) per locale.
2012-05-30 Steinar H.... Load the covariance table before doing anything else...
2012-05-30 Steinar H.... Store the aux params in textual form in the database...
2012-05-30 Steinar H.... Make rating.pl use the common function for fetching...
2012-05-30 Steinar H.... Move get_auxillary_parameters into wloh_common.
2012-05-30 Steinar H.... When fetching auxillary parameters, index them by meani...
2012-05-30 Steinar H.... Split train.pl into functions.
2012-05-30 Steinar H.... Make the display frontend filter out only the data...
2012-05-30 Steinar H.... Fix a reference to the variable in wrong scope.
2012-05-30 Steinar H.... Fix average rating calculations when people have unknow...
2012-05-30 Steinar H.... Add a function to fish out the locale from the URL.
2012-05-30 Steinar H.... Make lnnks relative, in preparation for multi-language...
2012-04-24 Steinar H.... Turn tempfile cleanup back on.
2012-04-23 Steinar H.... Show average ratings for each subdivision.
2012-04-23 Steinar H.... When making division ranking, only include the players...
2012-04-23 Steinar H.... Move get_max_season() into the common package.
2012-04-23 Steinar H.... Fix scenario showing in Firefox.
2012-04-23 Steinar H.... Minor JavaScript refactoring.
2012-04-18 Steinar H.... Ignore 0-0 games.
2012-03-25 Steinar H.... Properly handle the fact that score X-0 is different...
2012-03-25 Steinar H.... Do not show links by obvious results.
2012-03-25 Steinar H.... Make the scenario box a bit larger.
2012-03-25 Steinar H.... Add a friendly header to the scenario analysis.
2012-03-25 Steinar H.... Sort players when writing them to file, to be consisten...
2012-03-25 Steinar H.... Add clickable fun to the probability matrix.
2012-03-25 Steinar H.... Make rudimentary HTML output for scenario analysis.
2012-03-25 Steinar H.... Fix a scoping bug.
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.
next